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>2021-11-18 06:50:10 +0300
committerYihui Xie <xie@yihui.name>2021-11-18 06:53:53 +0300
commit337a3a72f8f6cde75a535b8f1bab27491c1b307c (patch)
tree32fa69df05f5b8a042a3515590d4670ef7e29bbb
parentdca58a1150c5c89e5ecc48720321ef1ea225aaf7 (diff)
don't use Hugo's syntax highlighting
-rw-r--r--exampleSite/config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index b3cfc7d..4922994 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -42,6 +42,8 @@ params:
truncated: "&hellip;"
markup:
+ highlight:
+ codeFences: false
goldmark:
renderer:
unsafe: true