Automatic Conversion
Automatically converts PlantUML code blocks in markdown files to images during build time.
Automatic Conversion
Automatically converts PlantUML code blocks in markdown files to images during build time.
Multiple Diagram Types
Supports sequence, class, activity, state, component diagrams, mind maps, and Gantt charts.
Customizable
Configure server URL, timeout, CSS classes, and more to fit your needs.
Error Handling
Graceful error handling with fallback to show the original code if rendering fails.
Write PlantUML in your markdown:
```plantuml@startumlAlice -> Bob: Hello!Bob --> Alice: Hi there!@enduml```
And it automatically renders as: