fix #3391: Remove flowchart as fallback for diagram detection.

This commit is contained in:
Sidharth Vinod
2022-10-06 19:14:25 +08:00
parent d59f878020
commit 1615c6d9f9
6 changed files with 53 additions and 25 deletions

View File

@@ -0,0 +1,14 @@
<html>
<body>
<pre class="mermaid">
none
hello world
</pre>
<script src="./mermaid.js"></script>
<script>
mermaid.initialize({
logLevel: 1,
});
</script>
</body>
</html>