VitePress: 将 markdown-it-attrs 的关键词由 { } 改为 {: }

Close: #790
This commit is contained in:
Meow
2026-01-16 22:46:24 +08:00
parent 79ed172f44
commit 90540bef62
+2
View File
@@ -26,6 +26,8 @@ export default defineConfig({
light: "light-plus",
},
attrs: { leftDelimiter: "{:" },
config(md) {
md.use(MermaidMarkdown);
},