diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html
index 70011ed1a..abcc49314 100644
--- a/cypress/platform/knsv.html
+++ b/cypress/platform/knsv.html
@@ -30,15 +30,16 @@
-
- journey
- title Adding journey diagram functionality to mermaid
- accTitle: Adding acc journey diagram functionality to mermaid
- accDescr {
- My multi-line description
- of the diagram
- }
- section Order from website
+
+journey
+ title My working day
+ section Go to work
+ Make tea: 5: Me
+ Go upstairs: 3: Me
+ Do work: 1: Me, Cat
+ section Go home
+ Go downstairs: 5: Me
+ Sit down: 5: Mee
pie
@@ -135,7 +136,7 @@ requirementDiagram
test_req - contains -> test_req3
test_req <- copies - test_entity2
-
+
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
@@ -242,6 +243,21 @@ class Class10 {
+run()
}
+
+ erDiagram
+ CAR ||--o{ NAMED-DRIVER : allows
+ CAR {
+ string registrationNumber
+ string make
+ string model
+ }
+ PERSON ||--o{ NAMED-DRIVER : is
+ PERSON {
+ string firstName
+ string lastName
+ int age
+ }
+