Disable 'markdown.smartypants' option.

Because it renders right and left quotes wrong.
This commit is contained in:
liding 2024-06-22 22:36:09 +08:00
parent 8d07d60566
commit 8563930e68

View File

@ -5,6 +5,7 @@ import vue from "@astrojs/vue";
// https://astro.build/config
export default defineConfig({
markdown: {
smartypants: false,
syntaxHighlight: 'shiki',
shikiConfig: {
// Choose from Shiki's built-in themes (or add your own)