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

7 lines
237 B
HTML
Raw Normal View History

2022-04-06 02:39:08 +02:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
2022-04-06 19:59:45 +02:00
<a class="heading-anchor" href="#{{ .Anchor | safeURL }}" style="color: var(--text-muted); font-size: smaller;">
2022-04-06 02:39:08 +02:00
{{ "#" }}
</a>
</h{{ .Level }}>