MkDocs plugin to render js-sequence-diagrams blocks
```sequence
Andrew->China: Says Hello
Note right of China: China thinks \n about it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
```
plugins:
- sequence-js:
theme: simple|hand # diagram style
popup: true # enable "click to zoom" diagram
Francesco Saverio Cannizzaro (fcannizzaro)