mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	format and add theme to cypress info.html
This commit is contained in:
		@@ -15,19 +15,18 @@
 | 
			
		||||
  <body>
 | 
			
		||||
    <h1>Info diagram demos</h1>
 | 
			
		||||
    <pre class="mermaid">
 | 
			
		||||
    info
 | 
			
		||||
  </pre
 | 
			
		||||
    >
 | 
			
		||||
        info
 | 
			
		||||
    </pre>
 | 
			
		||||
 | 
			
		||||
    <hr />
 | 
			
		||||
    <pre class="mermaid">
 | 
			
		||||
    info showInfo
 | 
			
		||||
  </pre
 | 
			
		||||
    >
 | 
			
		||||
        info showInfo
 | 
			
		||||
    </pre>
 | 
			
		||||
 | 
			
		||||
    <script type="module">
 | 
			
		||||
      import mermaid from './mermaid.esm.mjs';
 | 
			
		||||
      mermaid.initialize({
 | 
			
		||||
        theme: 'forest',
 | 
			
		||||
        logLevel: 3,
 | 
			
		||||
        securityLevel: 'loose',
 | 
			
		||||
      });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user