This commit is contained in:
Will Faught
2025-03-04 18:20:09 -08:00
parent 969cd3d215
commit a830009290

View File

@@ -124,7 +124,7 @@
{{ end }}
{{ if not $content }}
{{ $content = $subpage.Description | markdownify }}
{{ $content = markdownify $subpage.Description }}
{{ end }}
{{ $content = replaceRE `<a href="#fn:(\d+)" class="footnote-ref" role="doc-noteref">` (printf `<a href="%s#fn:$1" class="footnote-ref" role="doc-noteref">` $subpage.Permalink) $content }}