mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Merge pull request #4924 from raiman264/bug/4905_fix_code_block_unreadable_text
bug: #4905 change shiki theme to github-light
This commit is contained in:
commit
4286372a9c
@ -4,7 +4,10 @@ import { defineConfig, MarkdownOptions } from 'vitepress';
|
|||||||
|
|
||||||
const allMarkdownTransformers: MarkdownOptions = {
|
const allMarkdownTransformers: MarkdownOptions = {
|
||||||
// the shiki theme to highlight code blocks
|
// the shiki theme to highlight code blocks
|
||||||
theme: 'github-dark',
|
theme: {
|
||||||
|
light: 'github-light',
|
||||||
|
dark: 'github-dark',
|
||||||
|
},
|
||||||
config: async (md) => {
|
config: async (md) => {
|
||||||
await MermaidExample(md);
|
await MermaidExample(md);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user