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.** I'm not sure how feasible this is, but I figured it was worth putting out there. I would love it...
**Describe the bug**  **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...
**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...
## Request Description I'd love to be able to do this:  More specifically, the "boxes" labeled "Application" and "Kafka". Source: https://chrzaszcz.dev/2019/12/kafka-transactions/ ## Proposed Syntax I...
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...
**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...
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...
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...
#### 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...
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 ```...