Skip to content

Commit

Permalink
#5237 Support for composit states WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed May 4, 2024
1 parent b2c286f commit 853948a
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 201 deletions.
6 changes: 3 additions & 3 deletions cypress/platform/knsv2.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
</style>
</head>
<body>
<pre id="diagram" class="mermaid">
<pre id="diagram" class="mermaid2">
stateDiagram-v2
Chimp --> A

</pre
>
<pre id="diagram" class="mermaid2">
<pre id="diagram" class="mermaid">
stateDiagram-v2
state First {
second --> third
second
}
</pre
>
Expand Down
Loading

0 comments on commit 853948a

Please sign in to comment.