Thursday 25 April 2024

PlantUML: escape creole characters

Using ~ (tilde), we can escape creole characters.

Example

This is not ~*~*printed in bold~*~*

 

escapeCreole.txt

@startuml

scale 1.5

Client -> Server: Send message


note left of Client 
This is **printed in bold**
This is not ~*~*printed in bold~*~*
end note

@enduml

 

Above snippet generate below diagram.


 

  

Previous                                                    Next                                                    Home

No comments:

Post a Comment