summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helpers/content.go2
1 files changed, 1 insertions, 1 deletions
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",
}