diff --git a/cypress/platform/knsv3.html b/cypress/platform/knsv3.html index f5a3cf1f74..250d1ea145 100644 --- a/cypress/platform/knsv3.html +++ b/cypress/platform/knsv3.html @@ -28,27 +28,27 @@
info below
-
+
flowchart TB;subgraph "number as labels";1;end;
-
+
flowchart TB;a[APA];
-
+
graph TD work --> sleep sleep --> work eat --> sleep work --> eat
-
+
flowchart TD work --> sleep sleep --> work eat --> sleep work --> eat
-
+
graph TB A B @@ -77,7 +77,7 @@ style foo fill:#F99,stroke-width:2px,stroke:#F0F,color:darkred style bar fill:#999,stroke-width:2px,stroke:#0F0,color:blue
-
+
graph TB %%{init: { "logLevel": 1, "flowchart": {"htmlLabels":true }} }%% A @@ -107,55 +107,55 @@ style foo fill:#F99,stroke-width:2px,stroke:#F0F,color:darkred style bar fill:#999,stroke-width:10px,stroke:#0F0,color:blue
-
+
graph TD A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C
-
+
graph TD %%{init: { "logLevel": 1, "flowchart": {"htmlLabels":true }} }%% A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C
-
+
flowchart TD A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C
-
+
flowchart TD %%{init: { "logLevel": 1, "flowchart": {"htmlLabels":true }} }%% A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C
-
+
flowchart LR a["Haiya"]---->b
-
+
flowchart LR %%{init: { "logLevel": 1, "flowchart": {"htmlLabels":true }} }%% a["Haiya"]---->b
-
+
flowchart TD A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C
-
+
flowchart TD %%{init: { "logLevel": 1, "flowchart": {"htmlLabels":true }} }%% A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C
-
+
%%{init: { "logLevel": 1, "flowchart": {"htmlLabels":true }} }%% classDiagram-v2 Class01 <|-- AveryLongClass : Cool @@ -183,7 +183,7 @@ test() }
-
+
classDiagram-v2 Class01 <|-- AveryLongClass : Cool <<interface>> Class01 @@ -210,6 +210,17 @@ test() }
+
+flowchart BT + subgraph S1 + sub1 -->sub2 + end + subgraph S2 + sub4 + end + S1 --> S2 + sub1 --> sub4 +