mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-02 02:24:20 +01:00
#2111 Handling 'false' as false
This commit is contained in:
@@ -67,15 +67,14 @@ stateDiagram-v2
|
||||
</div>
|
||||
<div class="mermaid" style="width: 100%; height: 20%;">
|
||||
%%{init:{"theme":"forest", "themeVariables": {
|
||||
|
||||
"specialStateColor":"red",
|
||||
"innerEndBackground":"lightgreen"
|
||||
}}}%%
|
||||
%% "specialStateColor":"red", "innerEndBackground":"lightgreen"
|
||||
stateDiagram-v2
|
||||
state fork [[fork]]
|
||||
state join [[join]]
|
||||
[*] --> fork
|
||||
fork --> Test
|
||||
Test --> join
|
||||
fork --> join
|
||||
join --> [*]
|
||||
</div>
|
||||
<script src="./mermaid.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user