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