5 lines
166 B
HTML
5 lines
166 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
{{ .Text | safeHTML }}
|
|
<a href="#{{ .Anchor | safeURL }}" class="h-anchor" aria-hidden="true">#</a>
|
|
</h{{ .Level }}>
|