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
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
markdown: {
|
markdown: {
|
||||||
|
smartypants: false,
|
||||||
syntaxHighlight: 'shiki',
|
syntaxHighlight: 'shiki',
|
||||||
shikiConfig: {
|
shikiConfig: {
|
||||||
// Choose from Shiki's built-in themes (or add your own)
|
// Choose from Shiki's built-in themes (or add your own)
|
||||||
|
Loading…
Reference in New Issue
Block a user