Setting the file. One moment.
Subchapter 7.28
references/diagram-plantuml.mdMarkdown653 BView on GitHub
```plantuml
@startuml
Alice -> Bob : Hello!
@enduml
```Default: Uses https://www.plantuml.com/plantuml (opens in a new tab)
Custom server in headmatter:
---
plantUmlServer: https://your-server.com/plantuml
---