summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-23 17:39:59 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-23 17:39:59 +0100
commit9d31f650da964a52f05fc27b7fb99cf3e09778cf (patch)
tree4a5c8169c49e145b3cc3aeb5651b2092423fb2b5 /config/_default
parentacb9109df778fa4a51c0d8b29b3212b12988908f (diff)
Squashed 'docs/' changes from d343ebf71..bb15e9804
bb15e9804 Update index.md (#1339) ffb2f21d1 Update index.md fc154ac02 Regenerate CLI docs a0a687738 Update index.md d0e35a844 Update index.md 86d0cc042 Update index.md bdaf7e022 Release 0.81.0 b51017445 releaser: Add release notes to /docs for release of 0.81.0 888dd8fcc docs: Regen CLI docs 8c3e8b270 docs: Regen docs helper 79e3e1ebc Merge commit 'acb9109df778fa4a51c0d8b29b3212b12988908f' 31f70af7e modules: Add config option modules.vendorClosest 2631df94e markup/goldmark: Add attributes support for blocks (tables etc.) 19dee04ad Update to Dart Sass Protocol beta6 e507721fe Refactor: Write to stdout by default d204bf160 Refactor: Remove powershell support 91bea48f5 Feat: Add zsh, fish and powershell completion support 9c915ea27 docs: Remove mention of a file size limit for readFile 5acc8b6c7 js: Add Inject config option 45321989e js: Add Shims option git-subtree-dir: docs git-subtree-split: bb15e9804ae56da41f3bdb361adc14f8711fc19d
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/markup.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/_default/markup.toml b/config/_default/markup.toml
index f237f3526..b4a8e059a 100644
--- a/config/_default/markup.toml
+++ b/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