浏览代码

Merge branch 'v4' of https://github.com/jdf2e/nutui into v4

suzigang 3 年之前
父节点
当前提交
02ba96594b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -54,6 +54,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 {