mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-05 08:36:39 +02:00
Updated Home (markdown)
5
Home.md
5
Home.md
@@ -3,3 +3,8 @@
|
|||||||
Ever wanted to simplify documentation and avoid heavy tools like visio when explaining your code?
|
Ever wanted to simplify documentation and avoid heavy tools like visio when explaining your code?
|
||||||
|
|
||||||
This is why I came up with mermaid, a simple markdown-like script language for generating charts from text via javascript.
|
This is why I came up with mermaid, a simple markdown-like script language for generating charts from text via javascript.
|
||||||
|
|
||||||
|
`A --> B
|
||||||
|
A --> C
|
||||||
|
B-->D
|
||||||
|
C-->D`
|
Reference in New Issue
Block a user