diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html index 896096ff5..bc624ad0c 100644 --- a/cypress/platform/knsv2.html +++ b/cypress/platform/knsv2.html @@ -91,31 +91,29 @@
--- config: - look: neo + look: classic + theme: forest + layout: elk +--- +flowchart LR + A["A"] --> C + B("B B B B B") --> C[/"C C C C C"/] + C@{ shape: circle } + %%C@{ shape: question } + %%C@{ shape: stadium } ++
+--- +config: + look: classic layout: elk --- flowchart LR n1["n1"] --- C - B("Continue") --> C(("Evaluate")) + B("Continue") --> C[/"Evaluate"/] C -- One --> D["Option 1"] C -- Two --> E["Option 2"] C -- Three --> F["fa:fa-car Option 3"] - --
---- -config: - layout: elk ---- -flowchart TB - %% swimlane 1 - A E - %% swimlane 2 - B - %% swimlane 3 - C D - - A --> E & B - B --> C - -B@{ shape: cyl, label: 'Cylinder'}
--- diff --git a/cypress/platform/knsv3.html b/cypress/platform/knsv3.html index 1d65c2ddf..c9a671e3e 100644 --- a/cypress/platform/knsv3.html +++ b/cypress/platform/knsv3.html @@ -1,103 +1,173 @@ - - + - - -Mindmap Mermaid Quick Test Page - + + + + + + + + + + + + -Mindmap diagram demo
-- mindmap - root - child1((Circle)) - grandchild 1 - grandchild 2 - child2(Round rectangle) - grandchild 3 - grandchild 4 - child3[Square] - grandchild 5 - ::icon(mdi mdi-fire) - gc6((grand- -
child 6)) - ::icon(mdi mdi-fire) - gc7((grand
grand
child 8)) -Mindmap with root wrapping text and a shape
-- mindmap - root[A root with a long text that wraps to keep the node size in check] -- +++--- +config: + look: classic + theme: forest + layout: elk +--- +flowchart LR + n1["n1"] --> C + n2("n2") --> C + C@{ shape: circle } +++--- +config: + look: neo + theme: redux + layout: elk +--- +flowchart LR + n1["n1"] --> C + n2("n2") --> C + C@{ shape: circle } +++--- +config: + look: handDrawn + theme: forest + layout: elk +--- +flowchart LR + n1["n1"] --> C + n2("n2") --> C + C@{ shape: circle } ++