summaryrefslogtreecommitdiffstats
path: root/docs/config/_default/markup.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config/_default/markup.toml')
-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