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

4 lines
144 B
HTML
Raw Normal View History

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