diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html index 5e5f013da..eb5528844 100644 --- a/cypress/platform/knsv2.html +++ b/cypress/platform/knsv2.html @@ -311,21 +311,21 @@ flowchart LR n8@{ shape: rect} -
+--- -title: https://github.com/mermaid-js/mermaid/issues/5824 +config: + layout: elk --- -%% 6048, 5824 -flowchart TB - mermaid{"What is\nyourmermaid version?"} --> v10["<11"] --"`<**1**1`"--> fine["No bug"] - mermaid --> v11[">= v11"] -- ">= v11" --> broken["Affected by https://github.com/mermaid-js/mermaid/issues/5824"] - subgraph subgraph1["`How to fix **fix**`"] - broken --> B["B"] - end - githost["Github, Gitlab, BitBucket, etc."] - githost2["`Github, Gitlab, BitBucket, etc.`"] - a["1."] - b["- x"] +flowchart LR + subgraph s1["Untitled subgraph"] + n1["Evaluate"] + n2["Option 1"] + end + n1 -- One --> n2 + + + +---