mirror of
https://github.com/imfing/hextra.git
synced 2025-05-14 11:06:25 -04:00
8 lines
274 B
HTML
8 lines
274 B
HTML
![]() |
<h{{ .Level }}>
|
||
|
{{ .Text | safeHTML }}
|
||
|
{{ if gt .Level 1 }}
|
||
|
<span class="absolute -mt-20" id="{{ .Anchor | safeURL }}"></span>
|
||
|
<a href="#{{ .Anchor | safeURL }}" class="subheading-anchor" aria-label="Permalink for this section"></a>
|
||
|
{{ end }}
|
||
|
</h{{ .Level }}>
|