2024-03-27 16:08:19 +01:00
|
|
|
<h{{ .Level }} id="{{ .Anchor }}">
|
2024-05-02 23:27:17 +02:00
|
|
|
{{- if site.Params.Article.HeadingAnchor -}}
|
|
|
|
<a href="#{{ .Anchor }}" class="header-anchor"></a>
|
|
|
|
{{- end -}}
|
2024-03-27 16:08:19 +01:00
|
|
|
{{ .Text | safeHTML }}
|
|
|
|
</h{{ .Level }}>
|