]> git.maquefel.me Git - brevno-suite/hugo/commit
markup/goldmark: Enhance footnote extension with backlinkHTML option
authorJoe Mooring <joe.mooring@veriphor.com>
Sun, 28 Sep 2025 16:45:52 +0000 (09:45 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 29 Sep 2025 10:21:17 +0000 (12:21 +0200)
commitb462980ac2ffc147a7952d1eaef6cdc700738108
tree6e4dc2a090e99d28d133b7df595c0968608994ee
parent47678d8cbd9a4151ee183bc5601f043e59cc3459
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
docs/data/docs.yaml
markup/goldmark/convert.go
markup/goldmark/goldmark_config/config.go
markup/goldmark/goldmark_integration_test.go