mkdocs-sequence-js-plugin
November 6, 2019 ยท View on GitHub
MkDocs plugin to render js-sequence-diagrams blocks
Block
```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!
```
Usage
plugins:
- sequence-js:
theme: simple|hand # diagram style
popup: true # enable "click to zoom" diagram
Author
Francesco Saverio Cannizzaro (fcannizzaro)