itsdrike.com/layouts/_default/_markup/render-heading.html

4 lines
144 B
HTML
Raw Normal View History

2022-05-11 14:10:49 +02:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
<a class="anchor" href="#{{ .Anchor | safeURL }}">#</a> {{ .Text | safeHTML}}
</h{{ .Level }}>