diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html index dcec97928..f98fb3cf4 100644 --- a/cypress/platform/knsv.html +++ b/cypress/platform/knsv.html @@ -28,113 +28,13 @@
info below
-
-classDiagram - direction TB - class Student { - -idCard : IdCard - } - class IdCard{ - -id : int - -name : string - } - class Bike{ - -id : int - -name : string - } - Student "1" --o "1" IdCard : carries - Student "1" --o "1" Bike : rides - -
-
-stateDiagram - state CompositeState { - YourState123456789012345123456789123456789012345123456789123456789012345123456789123456789012345123456789 --> MyState:a label - } - -
-sequenceDiagram - %%{init: {'config': {'wrap': true }}}%% - actor Alice as Extremely utterly long line of longness which had preivously overflown the actor box as it is much longer than what it should be - actor Bob - participant John as John2 - participant Mandy - Alice->>Bob: Hi Bob - Bob->>Alice: Hi Alice - Alice->>John: Hi John - John->>Mandy: Hi Mandy - Mandy ->>Joan: Hi Joan - -
-
-%%{int: { "apa":"b", "theme":"forest"}}%% -sequenceDiagram -Alice->>Bob: Hi Bob -Bob->>Alice: Hi Alice -
-
-sequenceDiagram - autonumber - par Action 1 - Alice->>John: Hello John, how are you? - and Action 2 - Alice->>Bob: Hello Bob, how are you? - end - Alice->>+John: Hello John, how are you? - Alice->>+John: John, can you hear me? - John-->>-Alice: Hi Alice, I can hear you! - Note right of John: John is perceptive - John-->>-Alice: I feel great! - loop Every minute - John-->Alice: Great! - end -
-
-sequenceDiagram - %%{init: {'config': {'wrap': true }}}%% - actor Alice - actor Bob - Alice->>Bob: Hi Bob - Bob->>Alice: Hi Alice -
-
- %%{init: {'config': {'wrap': true }}}%% - sequenceDiagram - participant A as Extremely utterly long line of longness which had preivously overflown the actor box as it is much longer than what it should be - A->>Bob: Hola - Bob-->A: Pasten ! -
-
stateDiagram-v2 -state CS { -state ACS { -YourState -} -} -
-
- stateDiagram-v2 - [*] --> Active + [*] --> S1 + state "Some long name" as S1 - state Active { - [*] --> NumLockOff - NumLockOff --> NumLockOn : EvNumLockPressed - NumLockOn --> NumLockOff : EvNumLockPressed - -- - [*] --> CapsLockOff - CapsLockOff --> CapsLockOn : EvCapsLockPressed - CapsLockOn --> CapsLockOff : EvCapsLockPressed - } - state SomethingElse { - A --> B - B --> A - } +
- Active --> SomethingElse - note right of SomethingElse : This is the note to the right. - - SomethingElse --> [*]
');\n if (idx >= 0) {\n idx += 9;\n txt = txt.substr(idx);\n }\n } else {\n rs += txt;\n idx = -1;\n break;\n }\n }\n\n rs = rs.replace(/script>/gi, '#');\n rs = rs.replace(/script>/gi, '#');\n rs = rs.replace(/javascript:/gi, '#');\n rs = rs.replace(/onerror=/gi, 'onerror:');\n rs = rs.replace(/