Draws a PlantUML diagram — sequence, class, state, activity, mindmap, gantt and the rest.
@startuml
Alice -> Bob : hello
Bob --> Alice : hi
@enduml
| Parameter | Default Value | Example Value |
|---|---|---|
server |
https://www.plantuml.com/plantuml |
https://www.plantuml.com/plantuml |
format |
svg |
svg or png |
caption |
<none> |
Some caption |
align |
left |
center or left |
::block-plantuml
```plantuml
@startuml
Alice -> Bob : hello
Bob --> Alice : hi
@enduml
```
::