mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
markup/goldmark: Enhance footnote extension with backlinkHTML option
This commit introduces a new option, backlinkHTML, to the Goldmark footnote extension. This allows users to the set custom text for footnote backlink anchors. Closes #11434
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
47678d8cbd
commit
b462980ac2
@@ -1239,6 +1239,7 @@ config:
|
||||
superscript:
|
||||
enable: false
|
||||
footnote:
|
||||
backlinkHTML: '↩︎'
|
||||
enable: true
|
||||
enableAutoIDPrefix: false
|
||||
linkify: true
|
||||
|
||||
Reference in New Issue
Block a user