#1295 Adding support for multiline descriptions for states

This commit is contained in:
Knut Sveidqvist
2020-04-26 09:47:47 +02:00
parent 0aede618ec
commit 5662c06a33
3 changed files with 26 additions and 8 deletions

View File

@@ -49,10 +49,14 @@
}
</div>
<div class="mermaid" style="width: 50%; height: 20%;">
stateDiagram-v2
[*] --> S1
state "Some long name" as S1: The description<br/>continues
stateDiagram-v2
State1: This a a single line description
State2: This a a multi line description
State2: here comes the multi part
a
[*] --> State1
State1 --> State2
State2 --> [*]
</div>
<div class="mermaid2 mermaid-apa" style="width: 100%; height: 20%;">
stateDiagram