Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Nov 9, 2023
1 parent 8db9700 commit 0075538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const allMarkdownTransformers: MarkdownOptions = {
// the shiki theme to highlight code blocks
theme: {
light: 'github-light',
dark: 'github-dark'
dark: 'github-dark',
},
config: async (md) => {
await MermaidExample(md);
Expand Down

0 comments on commit 0075538

Please sign in to comment.