From 06772eefcd1e1122715446fc2665310dd62151ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 12 Apr 2016 18:34:46 +0200 Subject: [PATCH] Default to plainIDAnchors Fixes #2057 --- helpers/content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } -- 2.30.2