don't use hugo's syntax highlighting by default
authorYihui Xie <xie@yihui.name>
Tue, 16 Nov 2021 15:48:32 +0000 (09:48 -0600)
committerYihui Xie <xie@yihui.name>
Tue, 16 Nov 2021 15:48:32 +0000 (09:48 -0600)
exampleSite/config.yaml

index 8aa0771842fd30535c6d8b62f8ef34e08b182b2e..657193789b66da89e752ef4a8615c8b08bccff79 100644 (file)
@@ -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