Disable the Markdown render option 'markdown.smartypants'
because it will render right and left quotes wrong.
This commit is contained in:
parent
9259be2be7
commit
c820c372c8
@ -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…
x
Reference in New Issue
Block a user