mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 02:04:08 +01:00
8e9890d6e1713305952533f3a16d23609dac2b10
Added support to configure mermaid to use plain text labels for better SVG compatibility Added a reverse asymmetric shape, not in the graph syntax yet
mermaid

Generation of diagrams and flowcharts from text in a similar manner as markdown.
Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code?
This is why mermaid was born, a simple markdown-like script language for generating charts from text via javascript.
The code below would render the following image
Further reading
Credits
Many thanks to the d3 and dagre-d3 projects for providing the graphical layout and drawing libraries! Thanks also to the js-sequence-diagram project for usage of the grammar for the sequence diagrams.
Mermaid was created by Knut Sveidqvist for easier documentation.
Knut has not done all work by him self, here is the full list of the projects contributors.
Languages
TypeScript
47.6%
JavaScript
38.3%
HTML
8.9%
Yacc
4%
Mermaid
0.6%
Other
0.4%

