Update cypress/platform/marker_unique_id.html

Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
This commit is contained in:
Chad Fawcett
2023-09-12 10:29:39 -07:00
committed by GitHub
parent 924c9e913b
commit bceae92d30

View File

@@ -16,6 +16,30 @@
A --> B
end
</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">
import mermaid from './mermaid.esm.mjs';
mermaid.initialize({ startOnLoad: true, logLevel: 0 });