mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Fix E2E Tests
This commit is contained in:
		@@ -327,8 +327,8 @@ The future proof way of setting the configuration is by using the initialization
 | 
			
		||||
on what kind of integration you use.
 | 
			
		||||
 | 
			
		||||
```html
 | 
			
		||||
<script src="../dist/mermaid.js"></script>
 | 
			
		||||
<script>
 | 
			
		||||
<script type="module">
 | 
			
		||||
  import mermaid from './mermaid.esm.mjs';
 | 
			
		||||
  let config = { startOnLoad: true, flowchart: { useMaxWidth: false, htmlLabels: true } };
 | 
			
		||||
  mermaid.initialize(config);
 | 
			
		||||
</script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user