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

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2020-10-12 00:15:47 +0300
committerYihui Xie <xie@yihui.name>2020-10-12 00:15:47 +0300
commite635917a946d1eac22e769fb6906aec3ce72949a (patch)
treea6f3cd61c65267c1ce7b1cae1eb2cefc426eba4c
parenta4cf79272146661e1d759c31072af3b891cdc88f (diff)
set unsafe = true for goldmark
-rw-r--r--exampleSite/config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index edb70e3..b3cfc7d 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -40,3 +40,8 @@ params:
back: "&larr; Back to Home"
edit: "Edit this page &rarr;"
truncated: "&hellip;"
+
+markup:
+ goldmark:
+ renderer:
+ unsafe: true