A simple paradox plugin, which will draw diagrams from formal definitions.
Add the following lines to your project/plugins.sbt
:
addSbtPlugin("com.wanari" % "sbt-paradox-diagrams" % "<current-version>")
@@@ sequence-diagram
```raw
Andrew->China: Says Hello
Note right of China: China thinks about it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
@@@
see the [docs](docs) for more examples.