2023-07-27 07:05:47 +08:00
|
|
|
<h{{ .Level }}>
|
2023-08-16 04:55:14 +08:00
|
|
|
{{- .Text | safeHTML -}}
|
|
|
|
{{- if gt .Level 1 -}}
|
2023-07-27 07:05:47 +08:00
|
|
|
<span class="absolute -mt-20" id="{{ .Anchor | safeURL }}"></span>
|
|
|
|
<a href="#{{ .Anchor | safeURL }}" class="subheading-anchor" aria-label="Permalink for this section"></a>
|
2023-08-16 04:55:14 +08:00
|
|
|
{{- end -}}
|
2023-07-27 07:05:47 +08:00
|
|
|
</h{{ .Level }}>
|