fix linting

This commit is contained in:
Sidharth Vinod 2023-11-09 13:49:42 +05:30
parent 8db9700807
commit 0075538431
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -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);