Shreya Haria
Shreya Haria
Is there fix for this problem? I am facing the same issue.
Thanks Brett, Other themes (as given below) seems to work somehow. Probably it is not plantUML then? ``` @startuml !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/cerulean-outline/puml-theme-cerulean-outline.puml package World { collections Hellos as "Hellos" } @enduml...
On a similar note - even rectangle (as given below) doesn't seem to work: ``` @startuml !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/cerulean/puml-theme-cerulean.puml rectangle Hello as "Hello!" @enduml ```