hugo
hugo copied to clipboard
Support `extension.WithFootnoteIDPrefix` (aka `footnoteAnchorPrefix` for Blackfriday) for `goldmark`
It looks like goldmark has implemented the footnoteAnchorPrefix feature https://github.com/yuin/goldmark/commit/9e0189df270cb443c204b51e89e2b0749b98370c. It would be great if hugo can also support this option.
Also see discussions in Goldmark: How to configure the footnote anchor prefix?