This commit is contained in:
2021-10-02 20:20:44 -05:00
parent 72cfb0834b
commit 2a7a427992
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
<a href="#{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
</a>
</h{{ .Level }}>