Selaa lähdekoodia

Disable goldmark typographer extension

Track3 1 vuosi sitten
vanhempi
sitoutus
4551bc3bd4
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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