aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2021-11-16 09:48:32 -0600
committerYihui Xie <xie@yihui.name>2021-11-16 09:48:32 -0600
commit0b3e81d063d2b8f8588c61a979bf36739c8b3ac9 (patch)
tree80c8e7948dfd7090f488e674157f15fb30f113a1
parentc073ce865a97a08c5348f9dcc5af91a3aa64c178 (diff)
downloadzk-theme-0b3e81d063d2b8f8588c61a979bf36739c8b3ac9.tar.gz
zk-theme-0b3e81d063d2b8f8588c61a979bf36739c8b3ac9.zip
don't use hugo's syntax highlighting by default
-rw-r--r--exampleSite/config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 8aa0771..6571937 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -33,6 +33,8 @@ params:
footer: "&copy; [Yihui Xie](https://yihui.org) 2017 -- 2021 | [Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)"
markup:
+ highlight:
+ codeFences: false
goldmark:
renderer:
unsafe: true