mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
a7fd52237a812967696013ced095c80ff8011f67

Merge pull request #1 from knsv/master
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.1%
JavaScript
38.5%
HTML
9%
Yacc
4.1%
Mermaid
0.7%
Other
0.4%