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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/full-config.toml')
-rw-r--r--exampleSite/full-config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml
index 5ccc04e..24afed4 100644
--- a/exampleSite/full-config.toml
+++ b/exampleSite/full-config.toml
@@ -230,3 +230,11 @@ defaultContentLanguage = "en" # Default language to use
# [languages.zh-cn]
# title = "Jane —— 一个简洁的 Hugo 主题"
# weight = 2
+
+
+# more information https://gohugo.io/getting-started/configuration-markup/#goldmark
+[markup]
+ defaultMarkdownHandler = "goldmark" # blackfriday or goldmark
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true