MtF-wiki/layouts/_default/_markup/render-heading.html

4 lines
149 B
HTML
Raw Normal View History

2022-02-08 09:48:02 +08:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
<a class="anchor" href="#{{ .Anchor | safeURL }}">&para;</a>
</h{{ .Level }}>