bunteshaus.de/themes/buha/layouts/_default/_markup/render-heading.html

7 lines
179 B
HTML
Raw Normal View History

2022-04-06 02:39:08 +02:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
<a class="heading-anchor" href="#{{ .Anchor | safeURL }}">
{{ "#" }}
</a>
</h{{ .Level }}>