diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html index 76c4608fe..eca235e30 100644 --- a/cypress/platform/knsv2.html +++ b/cypress/platform/knsv2.html @@ -76,6 +76,62 @@
+flowchart LR +subgraph Apa["Apa"] + A["Start"] + B["This is B"] +end + A --> B & C["C"] + Apa --> C ++
+flowchart LR +subgraph Apa["Apa"] + B["This is B"] + A["Start"] +end + A --> B & C["C"] + Apa --> C ++
+flowchart LR +subgraph Apa["Apa"] + subgraph Gorilla + A["Start"] + B["This is B"] + end +end + A --> B & C["C"] + Gorilla --> C ++
+flowchart LR +subgraph Apa["Apa"] + subgraph Gorilla + A["Start"] + B["This is B"] + end +end + A --> B & C["C"] + Apa --> C ++
+flowchart LR +subgraph Apa["Apa"] + subgraph Gorilla + B["This is B"] + A["Start"] + end +end +Apa --> C +A --> B & C["C"] ++
stateDiagram direction LR state Gorilla0 { @@ -88,7 +144,7 @@ direction LR A0 --> C0-
+flowchart LR subgraph Gorilla subgraph Apa @@ -106,6 +162,17 @@ stateDiagram+flowchart LR + subgraph Apa["Apa"] + A["Start"] + B["This is B"] + end + A --> B & C["C"] + Apa --> C + ++%%{init: {"layout": "dagre", "mergeEdges": false} }%% flowchart LR A ==> B(This is B) @@ -134,7 +201,7 @@ flowchart if_state --> True : if n >= 0-+%%{init: {"layout": "elk", "mergeEdges": false, "elk.nodePlacement.strategy": "SIMPLE"} }%% stateDiagram state if_state <<choice>> @@ -228,18 +295,18 @@ stateDiagram-v2