HTML code for use cases to show that sub-use-cases are available

0 votes
asked Aug 12, 2015 in Wanted features by kreuzberger (220 points)

I want to add an ∞ or ∞ to the use case to indicate there are "sub-use cases" available.

the text is always shown as is and not interpretes as "html code".

I think it could switch to utf8 but this is not what i realy want.

1 Answer

0 votes
answered Aug 14, 2015 by plantuml (295,000 points)

You cannot do this with the official release. However, we've just published a beta version that allows this.

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

@startuml
usecase foo as "this
is ∞ long"
@enduml

Is this what you are expecting ?

...