mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(@vant/cli): set typographer to false for markdownItOptions (#9627)
This commit is contained in:
parent
ba333cd3f6
commit
c6e6f17cb7
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user