mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
Update stateDiagram.md
Add renamed composite as an example of composites with spaced names.
This commit is contained in:
parent
3809732e48
commit
8d9cb09261
@ -107,6 +107,14 @@ stateDiagram-v2
|
|||||||
[*] --> second
|
[*] --> second
|
||||||
second --> [*]
|
second --> [*]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[*] --> NamedComposite
|
||||||
|
NamedComposite: Another Composite
|
||||||
|
state NamedComposite {
|
||||||
|
[*] --> namedSimple
|
||||||
|
namedSimple --> [*]
|
||||||
|
namedSimple: Another simple
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
You can do this in several layers:
|
You can do this in several layers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user