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.** The Flowchart graph only has one direction, like LR or TB,when I draw a subgraph this table more space one...
As title describe. Are there any ways to change the orientation of gitGraph. I want to use gitGraph in my summay report.
C4Context changes are working as expected in Live editor but not in Github . Please confirm version compatability. Source : https://github.com/mermaid-js/mermaid
**Is your feature request related to a problem? Please describe.** while use mermaid with markdown, only have Pie type chart to use **Describe the solution you'd like** hope have some...
**Describe the bug** In the attached (zipped) html, there are two SVGs generated by mermaid. Loaded in a browser they will render with arrowheads. However, if the first SVG style...
Hi! How I can generate a system diagram with mermaid? The main issue is doing part of the graph inside another part like I have a server (big square) with...
In some systems, entities can be nested in modules and namespaces. This is commonly written with two `::` characters, but there are other ways including slashes, etc. It would be...
**Describe the bug** Depending on the order of the statements, links get cut-off. **To Reproduce** This works: ``` flowchart TD A --> B B --> C A --> C ```...
**Describe the bug** When participant in sequence diagram starts with a number its position is ignored. In this example 123 should be the last column but it remains the first....