diff --git a/.changeset/new-kiwis-listen.md b/.changeset/new-kiwis-listen.md new file mode 100644 index 000000000..24306573c --- /dev/null +++ b/.changeset/new-kiwis-listen.md @@ -0,0 +1,5 @@ +--- +'mermaid': patch +--- + +fix: `mermaidAPI.getDiagramFromText()` now returns a new different db for each flowchart diff --git a/cypress/platform/saurabh.html b/cypress/platform/saurabh.html index 89b314e68..cdb711fb7 100644 --- a/cypress/platform/saurabh.html +++ b/cypress/platform/saurabh.html @@ -62,56 +62,23 @@
- flowchart LR
- A@{ icon: "fa:window-minimize", form: circle }
- E@{ icon: "fa:window-minimize", form: circle }
- B@{ icon: "fa:bell", form: circle }
- B2@{ icon: "fa:bell", form: circle }
- C@{ icon: "fa:address-book", form: square }
- D@{ icon: "fa:star-half", form: square }
- A --> E
- B --> B2
-
+ flowchart
+ A --> A
+ subgraph B
+ B1 --> B1
+ end
+ subgraph C
+ subgraph C1
+ C2 --> C2
+ subgraph D
+ D1 --> D1
+ end
+ D --> D
+ end
+ C1 --> C1
+ end
-
- flowchart TB
- A --test2--> B2@{ icon: "fa:bell", form: "rounded", label: "B2 aiduaid uyawduad uaduabd uyduadb", pos: "b" }
- B2 --test--> C
- D --> B2 --> E
- style B2 fill:#f9f,stroke:#333,stroke-width:4px
-
-
- flowchart BT
- A --test2--> B2@{ icon: "fa:bell", form: "square", label: "B2", pos: "t", h: 40, w: 30 }
- B2 --test--> C
- D --> B2 --> E
-
-
- flowchart BT
- A --test2--> B2@{ icon: "fa:bell", label: "B2 awiugdawu uydgayuiwd wuydguy", pos: "b", h: 40, w: 30 }
- B2 --test--> C
-
-
- flowchart BT
- A --test2--> B2@{ icon: "fa:bell", label: "B2 dawuygd ayuwgd uy", pos: "t", h: 40, w: 30 }
- B2 --test--> C
-
-
- flowchart TB
- A --> B2@{ icon: "fa:bell", form: "circle", label: "test augfuyfavf ydvaubfuac", pos: "t", w: 200, h: 100 } --> C
-
-
- flowchart TB
- A --> B2@{ icon: "fa:bell", form: "circle", label: "test augfuyfavf ydvaubfuac", pos: "b", w: 200, h: 100 } --> C
- D --> B2 --> E
-