diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html index 3c045d2c8..f1420e93a 100644 --- a/cypress/platform/knsv.html +++ b/cypress/platform/knsv.html @@ -22,6 +22,9 @@ .mermaid2,.mermaid3 { display: none; } + .mermaid { + border: 1px solid purple; + } .mermaid svg { /* font-size: 18px !important; */ } @@ -52,11 +55,23 @@ flowchart LR click O0 function "Lots of great info about Joe
Lots of great info about Joe
burt
fred";
-classDiagram-v2 - class Shape - link Shape "https://www.github.com" "This is a
tooltip
for a link" - class Shape2 - click Shape2 href "https://www.github.com" "This is a tooltip for a link" +flowchart TD + subgraph test + direction TB + subgraph test2 + direction LR + F --> D + end + subgraph test3 + direction TB + G --> H + end + end + + A --> B + A --> C + B --> C +
gitGraph @@ -308,8 +323,8 @@ flowchart TD securityLevel: 'loose', logLevel: 0, flowchart: { - curve: 'basis', - useMaxWidth: false, + curve: 'curveLinear', + useMaxWidth: true, htmlLabels: true, }, });