Browse Source

Disable goldmark typographer extension

Track3 1 year ago
parent
commit
4551bc3bd4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hugo.toml

+ 2 - 0
hugo.toml

@@ -19,6 +19,8 @@ copyright = "This work is licensed under a Creative Commons Attribution-NonComme
   [markup.goldmark.parser.attribute]
     block = true
     title = true
+  [markup.goldmark.extensions.typographer]
+    disable = true
   [markup.highlight]
     codeFences = true
     guessSyntax = false