#5237 fix for node duplication

This commit is contained in:
Ashish Jain
2024-05-03 12:50:02 +02:00
parent 913b29dbcb
commit 5e53d6cfee
3 changed files with 25 additions and 5 deletions

View File

@@ -74,8 +74,13 @@
<body>
<pre id="diagram" class="mermaid">
stateDiagram-v2
Chimp --> Gorilla
Chimp --> Bonobo
[*] --> First
state First {
[*] --> second
second --> [*]
}
</pre
>