Disable 'markdown.smartypants' option.
Because it renders right and left quotes wrong.
This commit is contained in:
parent
8d07d60566
commit
8563930e68
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user