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 88e524cCopy full SHA for 88e524c
docs/layouts/_partials/utils/extract-headings.html
@@ -21,7 +21,7 @@
21
{{ end }}
22
23
{{ $title := (printf "<h%d>%s" $heading.Level $heading.Title) }}
24
- {{ $.scratch.Add "titles" (slice $title) }}
+ {{ $.scratch.Add "titles" (slice ($title | htmlUnescape)) }}
25
26
{{ partial "utils/extract-headings.html" (dict
27
"target" $heading
0 commit comments