Browse Source

chore: config add typographer

Drjingfubo 3 years ago
parent
commit
8e3b99307a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -55,6 +55,7 @@ export default defineConfig({
       // default options passed to markdown-it
       // see: https://markdown-it.github.io/markdown-it/
       markdownItOptions: {
+        typographer: false,
         highlight: function (str, lang) {
           if (lang && hljs.getLanguage(lang)) {
             try {