1
0
Fork 0
mirror of https://github.com/Findus23/guides.git synced 2024-09-19 16:03:51 +02:00
guides/layouts/_default/_markup/render-heading.html

7 lines
171 B
HTML
Raw Normal View History

2022-12-19 14:37:47 +01:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
<a class="heading-anchor" href="#{{ .Anchor | safeURL }}">
#
</a>
{{ .Text | safeHTML }}
</h{{ .Level }}>