We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e0d21 commit 2ec4b4cCopy full SHA for 2ec4b4c
docs/layouts/_partials/utils/extract-headings.html
@@ -20,7 +20,7 @@
20
{{ $.scratch.Add "keys" (slice $key) }}
21
{{ end }}
22
23
- {{ $title := (printf "<h%d>%s" $heading.Level $heading.Title) }}
+ {{ $title := (printf "<h%d>%s" $heading.Level $heading.Title) | htmlUnescape }}
24
{{ $.scratch.Add "titles" (slice $title) }}
25
26
{{ partial "utils/extract-headings.html" (dict
0 commit comments