bobatheme/layouts/_default/_markup/render-heading.html

6 lines
165 B
HTML
Raw Normal View History

2021-10-02 20:20:44 -05:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
<a href="#{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
</a>
</h{{ .Level }}>