Compare commits

..

2 Commits

Author SHA1 Message Date
Steph
dc2373e94c add light syntax highlighting theme 2023-10-29 20:19:15 -07:00
Knut Sveidqvist
d7ec9e7b0d Merge branch 'release/10.6.0' 2023-10-25 13:35:58 +02:00

View File

@@ -4,7 +4,7 @@ import { defineConfig, MarkdownOptions } from 'vitepress';
const allMarkdownTransformers: MarkdownOptions = {
// the shiki theme to highlight code blocks
theme: 'github-dark',
theme: { dark: 'github-dark', light: 'github-light' },
config: async (md) => {
await MermaidExample(md);
},