From 8563930e68d7ef8d47ddef608ac83b8247ed5997 Mon Sep 17 00:00:00 2001 From: liding Date: Sat, 22 Jun 2024 22:36:09 +0800 Subject: [PATCH] Disable 'markdown.smartypants' option. Because it renders right and left quotes wrong. --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index e062abd..1c7fadb 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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)