Skip to content
knsv edited this page Nov 1, 2014 · 13 revisions

#Welcome to the mermaid wiki!

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.

`A --> B

A --> C

B-->D

C-->D`

Clone this wiki locally