home/layouts/_default/_markup/render-heading.html

4 lines
87 B
HTML
Raw Normal View History

2024-11-10 00:33:32 +00:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
</h{{ .Level }}>