configured smartypants options for mdsvex
This commit is contained in:
@@ -34,6 +34,12 @@ const config = {
|
|||||||
vitePreprocess(),
|
vitePreprocess(),
|
||||||
mdsvex({
|
mdsvex({
|
||||||
extensions: ['.md'],
|
extensions: ['.md'],
|
||||||
|
smartypants: {
|
||||||
|
quotes: false,
|
||||||
|
ellipses: true,
|
||||||
|
backticks: false,
|
||||||
|
dashes: false,
|
||||||
|
}
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user