mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			406 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			406 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | ||
| <html lang="en">
 | ||
| <head>
 | ||
|     <meta charset="utf-8">
 | ||
|     <title>CKEditor 5 Mermaid widget – Development Sample</title>
 | ||
|     <style>
 | ||
|         body {
 | ||
|             max-width: 800px;
 | ||
|             margin: 20px auto;
 | ||
|         }
 | ||
|     </style>
 | ||
| </head>
 | ||
| <body>
 | ||
| 
 | ||
| <h1>CKEditor 5 Mermaid widget – Development Sample</h1>
 | ||
| 
 | ||
| <div id="editor">
 | ||
| </div>
 | ||
| 
 | ||
| <script src="./ckeditor.dist.js"></script>
 | ||
| </body>
 | ||
| </html>
 |