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