configured smartypants options for mdsvex

This commit is contained in:
2026-02-14 21:40:49 +01:00
parent 31232f10ea
commit 14664054bd

View File

@@ -34,6 +34,12 @@ const config = {
vitePreprocess(), vitePreprocess(),
mdsvex({ mdsvex({
extensions: ['.md'], extensions: ['.md'],
smartypants: {
quotes: false,
ellipses: true,
backticks: false,
dashes: false,
}
}), }),
], ],
}; };