4 lines
146 B
HTML
4 lines
146 B
HTML
|
<h{{ .Level }} id="{{ .Anchor }}" class="heading">
|
||
|
{{ .Text | safeHTML }} <a class="heading__anchor" href="#{{ .Anchor }}">#</a>
|
||
|
</h{{ .Level }}>
|