1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Default to plainIDAnchors

Fixes #2057
This commit is contained in:
Bjørn Erik Pedersen
2016-04-12 18:34:46 +02:00
parent c3d28d2897
commit 06772eefcd

View File

@ -65,7 +65,7 @@ func NewBlackfriday() *Blackfriday {
"hrefTargetBlank": false,
"smartDashes": true,
"latexDashes": true,
"plainIDAnchors": false,
"plainIDAnchors": true,
"sourceRelativeLinks": false,
"sourceRelativeLinksProjectFolder": "/docs/content",
}