mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +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,
|
after: markdownCardWrapper,
|
||||||
},
|
},
|
||||||
markdownItOptions: {
|
markdownItOptions: {
|
||||||
|
typographer: false, // https://markdown-it.github.io/markdown-it/#MarkdownIt
|
||||||
highlight: markdownHighlight,
|
highlight: markdownHighlight,
|
||||||
},
|
},
|
||||||
markdownItSetup(md: MarkdownIt) {
|
markdownItSetup(md: MarkdownIt) {
|
||||||
|
Reference in New Issue
Block a user