summaryrefslogtreecommitdiffstats
path: root/docs/config
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-23 17:41:05 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-23 17:41:05 +0100
commite7e194435b4c566f47d644f2e60c096ea1866254 (patch)
tree36f477e598b5b6d176258406b3f6c4771cb212bb /docs/config
parent88a85dcea951b0b5622cf02b167ec9299d93118b (diff)
parent9d31f650da964a52f05fc27b7fb99cf3e09778cf (diff)
Diffstat (limited to 'docs/config')
-rw-r--r--docs/config/_default/markup.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/config/_default/markup.toml b/docs/config/_default/markup.toml
index f237f3526..b4a8e059a 100644
--- a/docs/config/_default/markup.toml
+++ b/docs/config/_default/markup.toml
@@ -1,5 +1,25 @@
defaultMarkdownHandler = "goldmark"
+[goldmark]
+[goldmark.extensions]
+definitionList = true
+footnote = true
+linkify = true
+strikethrough = true
+table = true
+taskList = true
+typographer = true
+[goldmark.parser]
+autoHeadingID = true
+autoHeadingIDType = "github"
+[goldmark.parser.attribute]
+block = true
+title = true
+[goldmark.renderer]
+hardWraps = false
+unsafe = false
+xhtml = false
+
[highlight]
style = "trac"
lineNumbersInTable = true