mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 04:09:43 +02:00
#1382 Fix for lost parentage for nodes in deep structure
This commit is contained in:
@@ -157,14 +157,14 @@ stateDiagram
|
||||
```
|
||||
|
||||
```mermaid
|
||||
stateDiagram
|
||||
stateDiagram-v2
|
||||
[*] --> First
|
||||
|
||||
state First {
|
||||
[*] --> Second
|
||||
state Second {
|
||||
[*] --> second
|
||||
second --> Third
|
||||
[*] --> second2
|
||||
second2 --> Third
|
||||
|
||||
state Third {
|
||||
[*] --> third
|
||||
|
Reference in New Issue
Block a user