bracket in component

0 votes
asked Nov 13, 2014 in To be sorted by cgoguyer (400 points)
Is there a way to use bracket for a component name:

I tried to escape it [\[My Component\]] as CMP1, but it did not work.

1 Answer

+1 vote
answered Nov 13, 2014 by plantuml (295,000 points)

You can use:

@startuml
component "[MyComponent]" as CMP1

@enduml

...