hugo-theme-next/layouts/_default/_markup/render-heading.html

3 lines
145 B
HTML
Raw Permalink Normal View History

<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}
<a class="header-anchor" href="#{{ .Anchor | safeURL }}"></a>
</h{{ .Level }}>