aboutsummaryrefslogtreecommitdiff
path: root/internal/mdedit/res/index.html
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-09-03 14:09:04 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-09-03 14:09:04 +0200
commit91a03428957545c2601340b06de7baf7d6889f62 (patch)
tree74e84ff19685cea0fe6c3b12f591e4c1df93f78a /internal/mdedit/res/index.html
parent688a652304275d2e4fe4a4be4c0c3d8d640f1138 (diff)
downloadgofu-91a03428957545c2601340b06de7baf7d6889f62.tar.gz
mdedit: add optional mermaid support
Diffstat (limited to 'internal/mdedit/res/index.html')
-rw-r--r--internal/mdedit/res/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/mdedit/res/index.html b/internal/mdedit/res/index.html
index 20aea13..601d41d 100644
--- a/internal/mdedit/res/index.html
+++ b/internal/mdedit/res/index.html
@@ -14,5 +14,6 @@
<textarea id="editor"></textarea>
<div id="preview"></div>
</body>
+<with-mermaid><script src="/mermaid.js"></script></with-mermaid>
<script src="/res.js"></script>
</html>