mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	fix(docs): mmd detection
				
					
				
			This commit is contained in:
		@@ -77,7 +77,19 @@ When deployed within code, init is called before the graph/diagram description.
 | 
			
		||||
 | 
			
		||||
**for example**:
 | 
			
		||||
 | 
			
		||||
```mmd
 | 
			
		||||
```mermaid-example
 | 
			
		||||
%%{init: {"theme": "default", "logLevel": 1 }}%%
 | 
			
		||||
 graph LR
 | 
			
		||||
  a-->b
 | 
			
		||||
  b-->c
 | 
			
		||||
  c-->d
 | 
			
		||||
  d-->e
 | 
			
		||||
  e-->f
 | 
			
		||||
  f-->g
 | 
			
		||||
  g-->
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
```mermaid
 | 
			
		||||
%%{init: {"theme": "default", "logLevel": 1 }}%%
 | 
			
		||||
 graph LR
 | 
			
		||||
  a-->b
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user