Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-19 21:01:55 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-19 21:29:56 +0300
commitbdaf7e02284ce9860d757f9a2a5b69917e741ea4 (patch)
tree7e0bab6d94408cf5cfc0749a69cce1cdbcd21b86 /config
parentb51017445ace3d3a759a636dad9cee38262ea8b3 (diff)
Release 0.81.0v0.81.0
Diffstat (limited to 'config')
-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