mermaid
mermaid copied to clipboard
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
**Is your feature request related to a problem? Please describe.** Mermaid Gantt charts don't have an option (that I have found) to draw vertical lines between dependent tasks. This makes...
**Code Sample** ``` stateDiagram-v2 state Cluster { state Node1: Node { state Pods1: Pods { A: Container A1 B: Container B1 C: Container C1 } } state Node2: Node {...
Some characters, like `.` or `#`, can not be escaped in state diagram, but it will be helpful if we want name the state name of `self.newstate` or some like...
When using `securityLevel: 'sandbox'`, a parse error in a diagram results in a *second* iframe with exactly the same ID as the first (correctly placed) iframe, thus rendering the main...
**Describe the bug** In the class diagram we can use ~ to achieve generic types, for instance: ``` classDiagram MyInterface: +StateFlow~Int~ ``` But we cannot have Generic of generic ,...
## :bookmark_tabs: Summary add code syntax improvement(clean code) to the initialize function in mermaidAPI file Resolves # ## :straight_ruler: Design Decisions add more code readability ### :clipboard: Tasks Make sure...
Are subscripts and superscripts supported in mermaid flow chart text? I used the HTML sub tag and did not achieve the desired effect
Hi, I'm fairly new to Mermaid and absolutely loving it. Thanks to all involved. In Class diagrams, when showing relationships, there are many options available. I need to show inheritance...
As a software architect I use mermaid for drawing class diagrams. Classes compose components. Therefore on the top level I need to create component diagrams too. This type of diagrams...
Hi all! #### 1. feature-name New diagram type: triangle with mermaid #### 2. feature-description #### 2.1 Image  #### 2.2 Question Is it possible to create this diagram(triangle) with mermaid?...