Back to Slidev

PlantUML Diagrams

docs/features/plantuml.md

52.15.1461 B
Original Source

PlantUML Diagrams

You can create PlantUML diagrams easily in your slides, for example:

md
```plantuml
@startuml
Alice -> Bob : Hello!
@enduml
```

The source code will be sent to https://www.plantuml.com/plantuml to render the diagram by default. You can also set up your own server by setting the plantUmlServer in the Slidev configuration.

Visit the PlantUML Website for more information.