format and add theme to cypress info.html

This commit is contained in:
Yokozuna59
2023-06-15 02:56:29 +03:00
parent 7e639bec3a
commit 35e81f3fd4
2 changed files with 13 additions and 12 deletions

View File

@@ -15,19 +15,18 @@
<body>
<h1>Info diagram demos</h1>
<pre class="mermaid">
info
</pre
>
info
</pre>
<hr />
<pre class="mermaid">
info showInfo
</pre
>
info showInfo
</pre>
<script type="module">
import mermaid from './mermaid.esm.mjs';
mermaid.initialize({
theme: 'forest',
logLevel: 3,
securityLevel: 'loose',
});