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