diff --git a/helpers/content.go b/helpers/content.go index f60349055..7a6f361c8 100644 --- a/helpers/content.go +++ b/helpers/content.go @@ -65,7 +65,7 @@ func NewBlackfriday() *Blackfriday { "hrefTargetBlank": false, "smartDashes": true, "latexDashes": true, - "plainIDAnchors": false, + "plainIDAnchors": true, "sourceRelativeLinks": false, "sourceRelativeLinksProjectFolder": "/docs/content", }