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