PlantUML PlantUML to PNG Converter Syntax and Examples
Learn the core syntax behind a useful plantuml to png converter, then apply it in the online editor above.
@startuml
actor User
participant "OnUML Editor" as Editor
User -> Editor: Edit PlantUML code
Editor --> User: Download PNG
@enduml