forked from mirrors/hugo-tufte
4 lines
149 B
HTML
4 lines
149 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
{{ .Text | safeHTML }}
|
|
<a href="#{{ .Anchor | safeURL }}" class="heading-anchor">#</a>
|
|
</h{{ .Level }}>
|