OS | Version |
---|---|
Ubuntu | 20.04 LTS |
Plugin Install PlantUML-integration from Plugins Marketplace on Intellij
https://plugins.jetbrains.com/plugin/7017-plantuml-integration
apt install -y --no-install-recommends graphviz graphviz-dev
@startuml
[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string
State1 -> State2
State2 --> [*]
@enduml
Recommended Posts