소스 검색

Disable goldmark typographer extension

Track3 1 년 전
부모
커밋
4551bc3bd4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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