Updated Home (markdown)

knsv
2014-11-01 16:59:09 -07:00
parent cb551d91fc
commit dd8991cefc

@@ -2,4 +2,9 @@
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`