Merge branch 'master' into canary

This commit is contained in:
Jimmy Cai
2024-05-02 23:36:21 +02:00
3 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
<h{{ .Level }} id="{{ .Anchor }}">
<a href="#{{ .Anchor }}" class="header-anchor">#</a>
{{- if site.Params.Article.HeadingAnchor -}}
<a href="#{{ .Anchor }}" class="header-anchor"></a>
{{- end -}}
{{ .Text | safeHTML }}
</h{{ .Level }}>