Deployment Diagram: Creole does not work on 'card'

0 votes
asked Apr 12, 2020 in Bug by The-Lu (64,340 points)

Hello Plantuml,
After some tests, on Deployment Diagram with the extended syntax with bracket, and using Creole:

We observe that Creole does not work on 'card'.

@startuml
card card [
This is a <b>card
----
You can use separator
====
of different kind
....
and style
]

rectangle rectangle [
This is a <b>rectangle
----
You can use separator
====
of different kind
....
and style
]
@enduml

http://www.plantuml.com/plantuml/umla/hOz12W8n34Nt_nIvW9v0PGxXHiH5dAPQhAcawSBR6zqCk9v72249FFxKdSt7is9cI_HhPnplfLCKq-vw-Ewm2N1g8pwKHXVgyc9ZRuPzW9OfbPp5H9qUHHEs0LWJTNzNmGKmcPtrLeMMwS-r7DOmJg8fedq0

For 'boundary', 'control', 'entity' and 'interface' we understand that Creole does not work, but why for 'card'?

  • Is it necessary to use rectangle instead?

Thanks,
Regards,
Th.

1 Answer

0 votes
answered Apr 16, 2020 by plantuml (295,000 points)
selected Apr 16, 2020 by The-Lu
 
Best answer
Thanks for the report.

This is fixed in last beta http://beta.plantuml.net/plantuml.jar and on the online server.

Tell us if it's not working for you !
...