We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad2bf9 commit 7705406Copy full SHA for 7705406
README.md
@@ -28,7 +28,7 @@ import { withMermaid } from "vitepress-plugin-mermaid";
28
export default withMermaid({
29
// your existing vitepress config...
30
mermaid:{
31
- //mermaidConfig !theme here works for ligth mode since dark theme is forced in dark mode
+ //mermaidConfig !theme here works for light mode since dark theme is forced in dark mode
32
},
33
...
34
});
0 commit comments