Tuesday 7 February 2023

PlantUML: Define diagram title using creol format

You can use creole formatting in the title of a diagram.

 

titleCreol.txt

@startuml

title __Simple__ **client server communication** example

participant client
participant server

client -> server : Send request
server -> client : Send response
client -> server: close connection

@enduml

Above snippet generates below diagram.



  

Previous                                                    Next                                                    Home

No comments:

Post a Comment