9 lines
		
	
	
	
		
			274 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			274 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{{if $.Site.Data.config.enableMermaid}}
							 | 
						||
| 
								 | 
							
								  {{ if .Page.Store.Get "hasMermaid" }}
							 | 
						||
| 
								 | 
							
								    <script type="module">
							 | 
						||
| 
								 | 
							
								      import mermaid from 'https://unpkg.com/mermaid@9/dist/mermaid.esm.min.mjs';
							 | 
						||
| 
								 | 
							
								      mermaid.initialize({ startOnLoad: true });
							 | 
						||
| 
								 | 
							
								    </script>
							 | 
						||
| 
								 | 
							
								  {{ end }}
							 | 
						||
| 
								 | 
							
								{{ end }}
							 |