mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			606 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			606 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
> **Warning**
 | 
						|
>
 | 
						|
> ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
 | 
						|
>
 | 
						|
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/n00b-advanced.md](../../packages/mermaid/src/docs/config/n00b-advanced.md).
 | 
						|
 | 
						|
# Advanced n00b mermaid (Coming soon..)
 | 
						|
 | 
						|
## splitting mermaid code from html
 | 
						|
 | 
						|
A more condensed html code can be achieved by embedding the mermaid code in its own .js file, which is referenced like so:
 | 
						|
 | 
						|
    stuff stuff
 | 
						|
      </div>
 | 
						|
      </body>
 | 
						|
    </html>
 | 
						|
 | 
						|
The actual mermaid file could for example look like this:
 | 
						|
 | 
						|
    mermaid content...
 | 
						|
 | 
						|
---
 | 
						|
 | 
						|
## mermaid configuration options
 | 
						|
 | 
						|
...
 |