summaryrefslogtreecommitdiffstats
path: root/layouts/_default/_markup/render-heading.html
blob: 5117bf41803300a79fa4efc9a332eec64c2c9a69 (plain)
1
2
3
4
5
6
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
    <a class="heading-anchor{{ .Level }}" href="#{{ .Anchor | safeURL }}" style="">
      {{ strings.Repeat .Level "*" }}
    </a>
    {{ .Text | safeHTML }}
</h{{ .Level }}>