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