This commit is contained in:
2025-12-20 23:28:38 +08:00
parent e5cd753904
commit e857204140
8 changed files with 251 additions and 107 deletions

View File

@@ -61,9 +61,20 @@ export default defineNuxtConfig({
experimental: { nativeSqlite: true },
build: {
markdown: {
toc: {
depth: 3,
},
highlight: {
theme: "dracula",
langs: ["c"],
},
remarkPlugins: {
"remark-gfm": {},
"remark-rehype": {},
},
// rehypePlugins: {
// "rehype-prism": {},
// },
},
},
},