diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html index 8ae25a819..601515bb0 100644 --- a/cypress/platform/knsv.html +++ b/cypress/platform/knsv.html @@ -52,14 +52,15 @@ stateDiagram-v2 } -
-sequenceDiagram - Alice->>+John: Hello John, how are you? - Alice->>+John: John, can you hear me? - John-->>-Alice: Hi Alice, I can hear you! - John-->>-Alice: I feel great! - note right of John: Hello note reader -
+
+ %%{init:{"theme":"base", "themeVariables": {"primaryColor":"#411d4e", "titleColor":"white", "darkMode":true}}}%% + flowchart LR + + subgraph B1 + i -->f + end + A --> B1 --> B --> B1 +