hugo-tufte/layouts/_default/_markup/render-heading.html

5 lines
149 B
HTML
Raw Normal View History

2023-04-15 16:29:32 +02:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
<a href="#{{ .Anchor | safeURL }}" class="heading-anchor">#</a>
</h{{ .Level }}>