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.** I'm not sure how feasible this is, but I figured it was worth putting out there. I would love it...

Type: Enhancement
Contributor needed
Status: Approved
P1

**Describe the bug** ![image](https://user-images.githubusercontent.com/644550/179454880-a4efb6b4-9d8c-4a76-b67d-4eee5281ba03.png) **To Reproduce** Create a diagram with: ``` sequenceDiagram autonumber participant BE as App participant TE as Server Note over BE,TE: GET /api/v2/appointments/{appointmentId} TE-->>BE: appointment ``` **Expected...

Type: Bug / Error
Status: Triage

**Is your feature request related to a problem? Please describe.** I often want to create circular diagrams and when I try to draw circular diagram using mermaid flowchart, the diagram...

Type: Enhancement
Contributor needed
Status: Pending
Good first issue!
Area: Development
Type: New Diagram

## Request Description I'd love to be able to do this: ![sequence diagram screenshot with box](https://chrzaszcz.dev/img/2019-11-kafka-transactions/simple-transaction.png) More specifically, the "boxes" labeled "Application" and "Kafka". Source: https://chrzaszcz.dev/2019/12/kafka-transactions/ ## Proposed Syntax I...

Type: Enhancement
Status: Approved
Graph: Sequence
Retained

After the markdown is parsed and a graph is created is often interesting to be able to focus or highlight some parts. This would be useful with diagrams like sequence...

Type: Enhancement
Status: Triage

**Describe the bug** As soon as there are more than 8 branches, the 9th and above are rendered incorrectly. The commits stop to be connected, merges are not displayed and...

Type: Bug / Error
Status: Triage

when I create Documentations with Sphinx, I'm always running into the same challenges who mermaid could close a big gap. writing Folder structures down is a big hassle with reStructurdText...

Type: Enhancement
Good first issue!
Area: Development
Type: New Diagram

This is how I want to render my graphs Here is what I have using MermaidJS so far: ```mermaid graph TB a1((Player1)) a2((Player5)) b1((Player7)) b2((Player9)) c1((Player3)) c2((Player6)) d1((Player2)) d2((Player4)) subgraph...

Type: Other
Status: Triage

#### like the [issue #20](https://github.com/mermaid-js/mermaid/issues/20) example like below can not be render successfully ```text {% mermaid %} graph TB A["系统发现产生了一个异常"] --> B {% endmermaid %} {% mermaid %} graph TB...

Type: Other
Status: Triage
Awaiting Reply

Taking this graph: ``` flowchart TB N1 subgraph Default D1 D2 end N2 subgraph TopToBottom direction TB TB1 TB2 end N3 subgraph LeftToRight direction LR LR1 LR2 end N4 ```...

Type: Bug / Error
Status: Triage