about summary refs log tree commit diff
path: root/layouts/_default/_markup/render-heading.html
blob: 2b14e7cde075ed3b6e2fa237d8777b0ba2807e67 (plain) (blame)
1
2
3
4
5
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
  <a href="#{{ .Anchor | safeURL}}">
  {{ .Text | safeHTML }}
  </a>
</h{{ .Level }}>