mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 19:24:10 +01:00
fix linting
This commit is contained in:
@@ -6,7 +6,7 @@ const allMarkdownTransformers: MarkdownOptions = {
|
|||||||
// the shiki theme to highlight code blocks
|
// the shiki theme to highlight code blocks
|
||||||
theme: {
|
theme: {
|
||||||
light: 'github-light',
|
light: 'github-light',
|
||||||
dark: 'github-dark'
|
dark: 'github-dark',
|
||||||
},
|
},
|
||||||
config: async (md) => {
|
config: async (md) => {
|
||||||
await MermaidExample(md);
|
await MermaidExample(md);
|
||||||
|
|||||||
Reference in New Issue
Block a user