2023-07-27 07:05:47 +08:00
|
|
|
<h{{ .Level }}>
|
2023-08-16 04:55:14 +08:00
|
|
|
{{- .Text | safeHTML -}}
|
|
|
|
{{- if gt .Level 1 -}}
|
2024-02-21 06:59:31 +08:00
|
|
|
<span class="hx-absolute -hx-mt-20" id="{{ .Anchor | safeURL }}"></span>
|
2023-07-27 07:05:47 +08:00
|
|
|
<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 }}>
|
2023-08-19 20:42:59 +08:00
|
|
|
{{- /* Drop trailing newlines */ -}}
|