diff --git a/Home.md b/Home.md index 1901ad1..3fa4b29 100644 --- a/Home.md +++ b/Home.md @@ -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. \ No newline at end of file +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` \ No newline at end of file