mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	fix: broken test
This commit is contained in:
		@@ -11,9 +11,9 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <script src="./mermaid.js"></script>
 | 
			
		||||
        <script>mermaid.init({ startOnLoad: false, securityLevel: 'sandbox' });
 | 
			
		||||
        <script>mermaid.init({ startOnLoad: false });
 | 
			
		||||
 | 
			
		||||
         mermaid.mermaidAPI.initialize({ securityLevel: 'sandbox' });
 | 
			
		||||
         mermaid.mermaidAPI.initialize({ securityLevel: 'strict' });
 | 
			
		||||
 | 
			
		||||
         try {
 | 
			
		||||
           console.log('rendering');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user