mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08: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>
|