This commit is contained in:
Will Faught
2025-01-21 22:30:00 -08:00
parent 6043a5a3bc
commit 730c3b8be4

View File

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