mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
fix(@vant/cli): set typographer to false for markdownItOptions (#9627)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user