Description

Draws a PlantUML diagram — sequence, class, state, activity, mindmap, gantt and the rest.

Demo

@startuml
Alice -> Bob : hello
Bob --> Alice : hi
@enduml

Parameters

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

Default Code

::block-plantuml
```plantuml
@startuml
Alice -> Bob : hello
Bob --> Alice : hi
@enduml
```
::