Skip to content

Commit

Permalink
Update cypress/platform/marker_unique_id.html
Browse files Browse the repository at this point in the history
Co-authored-by: Sidharth Vinod <[email protected]>
  • Loading branch information
chadfawcett and sidharthv96 authored Sep 12, 2023
1 parent 924c9e9 commit bceae92
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions cypress/platform/marker_unique_id.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@ <h1>Example</h1>
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 });
Expand Down

0 comments on commit bceae92

Please sign in to comment.