mermaid icon indicating copy to clipboard operation
mermaid copied to clipboard

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

Results 855 mermaid issues
Sort by recently updated
recently updated
newest added

**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...

Type: Enhancement
Status: Triage

**Code Sample** ``` stateDiagram-v2 state Cluster { state Node1: Node { state Pods1: Pods { A: Container A1 B: Container B1 C: Container C1 } } state Node2: Node {...

Type: Bug / Error
Status: Triage

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...

Type: Enhancement
Status: Approved
Graph: State

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...

Type: Bug / Error
Status: Approved
Topic: Security
bug
Status: Awaiting PR

**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 ,...

Type: Bug / Error
Status: Triage

## :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

Type: Enhancement
Status: Triage

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...

Type: Other

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...

Status: Triage
Status: Awaiting Reply
Type: New Diagram

Hi all! #### 1. feature-name New diagram type: triangle with mermaid #### 2. feature-description #### 2.1 Image ![image](https://user-images.githubusercontent.com/110187513/182014759-e38aca8d-a47a-4d7a-b2d8-3175f00a339d.png) #### 2.2 Question Is it possible to create this diagram(triangle) with mermaid?...

Type: Other
Status: Triage