mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
15 lines
222 B
HTML
15 lines
222 B
HTML
<html>
|
|
<body>
|
|
<pre class="mermaid">
|
|
none
|
|
hello world
|
|
</pre>
|
|
<script src="./mermaid.js"></script>
|
|
<script>
|
|
mermaid.initialize({
|
|
logLevel: 1,
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|