A plugin for drawing plantuml.
To render anything other than sequence diagrams, you need to install graphviz.
ipm install --production naokinkfj/inkdrop-plantuml-plugin
brew install graphviz
```puml
autonumber
Bob -> Alice : Authentication Request
Bob <- Alice : Authentication Response
```
```plantuml
autonumber
Bob -> Alice : Authentication Request
Bob <- Alice : Authentication Response
```