From: Bjørn Erik Pedersen Date: Tue, 12 Apr 2016 16:34:46 +0000 (+0200) Subject: Default to plainIDAnchors X-Git-Tag: v0.16~77 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06772eef;p=brevno-suite%2Fhugo Default to plainIDAnchors Fixes #2057 --- diff --git a/helpers/content.go b/helpers/content.go index f6034905..7a6f361c 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", }