Closed chriskn closed 6 months ago
Hi @chriskn,
I created the MR #356 and updated my extended branch with the new implementation. Does it match with your expectation?
Thank you Helmut
Awesome!
Thank you, Helmut
PS.: Hi @chriskn,
not direct related to your issue, but did you know that you can combine elements with Json too (details see discussion)? Maybe it is useful for your structurizr-c4puml-extension It has only one disadvantage that it can be only combined with elements (if you want to use it with Rel() then you would have to add a note to the Rel() and this note could again contains Json)
BR Helmut
Hi C4-PlantUML Team,
I might recognize an issue with property rendering. Using single values for property headers (e.g
SetPropertyHeader("Property")
) or values (e.gAddProperty("Property")
) lead to a rendering error. Using single column tables might sound odd, but would be handy to display lists.Error:
Example for header
Example for properties
versions tested: 1.2024.1, 1.2024.4