'How to make Class name bold in plant UML
Solution 1:[1]
you can put the name of the class between "** and **".
Example:
@startuml
class **House** {
}
@enduml
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Sugus |