mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-16 06:49:31 +02:00
Update cypress/platform/marker_unique_id.html
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
This commit is contained in:
@@ -16,6 +16,30 @@
|
|||||||
A --> B
|
A --> B
|
||||||
end
|
end
|
||||||
</pre>
|
</pre>
|
||||||
|
<pre class="mermaid">
|
||||||
|
---
|
||||||
|
config:
|
||||||
|
theme: base
|
||||||
|
themeVariables:
|
||||||
|
lineColor: yellow
|
||||||
|
---
|
||||||
|
flowchart LR
|
||||||
|
subgraph red
|
||||||
|
A --> B
|
||||||
|
end
|
||||||
|
</pre>
|
||||||
|
<pre class="mermaid">
|
||||||
|
---
|
||||||
|
config:
|
||||||
|
theme: base
|
||||||
|
themeVariables:
|
||||||
|
lineColor: green
|
||||||
|
---
|
||||||
|
flowchart LR
|
||||||
|
subgraph black
|
||||||
|
A --> B
|
||||||
|
end
|
||||||
|
</pre>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import mermaid from './mermaid.esm.mjs';
|
import mermaid from './mermaid.esm.mjs';
|
||||||
mermaid.initialize({ startOnLoad: true, logLevel: 0 });
|
mermaid.initialize({ startOnLoad: true, logLevel: 0 });
|
||||||
|
Reference in New Issue
Block a user