mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	fix linting
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user