A simple way to embed diagrams in markdown.
![](https://get-diagram.herokuapp.com/sequence?
Andrew->China: Says Hello;
Note right of China: China thinks about it;
China-->Andrew: How are you?;
Andrew->>China: I am good thanks!;
)
Inspired by js-sequence-diagrams and gravizo
Note: Since GitHub migrated from the original interpretation of John Gruber's Markdown to the CommonMark spec this no longer works. The new spec does not allow any whitespace to exist in a link.
$ npm install
$ npm start