fix(@vant/cli): set typographer to false for markdownItOptions (#9627)

This commit is contained in:
aisen60 2021-10-07 09:55:24 +08:00 committed by GitHub
parent ba333cd3f6
commit c6e6f17cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ export function getViteConfigForSiteDev(): InlineConfig {
after: markdownCardWrapper,
},
markdownItOptions: {
typographer: false, // https://markdown-it.github.io/markdown-it/#MarkdownIt
highlight: markdownHighlight,
},
markdownItSetup(md: MarkdownIt) {