aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-heading.html
blob: 6023eb1cb75cc7ecb1319768a813dbd710cfeb12 (plain)
1
2
3
4
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
	<a class="anchor" href="#{{ .Anchor | safeURL }}">#</a>
	{{ .Text | safeHTML }}
</h{{ .Level }}>