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