You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[plantuml, "some", "png"]
----
@startmindmap
<style>
mindmapDiagram {
.l1 { BackgroundColor ivory }
.l2 { BackgroundColor mintcream }
}
</style>
' colors: see shades of white https://en.wikipedia.org/wiki/Alice_blue
* 1. Functional Suitability <<l1>>
** Functional correctness <<l2>>
***_ some other text
* 2. Maintainability <<l1>>
** topic <<l2>>
***_ other text
@endmindmap
----
I get this error:
"I don't know how to draw multi-root diagram. You should suggest an image so that the PlatUML team implements it :-)"
But the same file works fine in VS Code. Hence I think, that the used plantuml version used in eclipse-asciidoctor-editor is old.
Can you please update the used plantuml version?
The text was updated successfully, but these errors were encountered:
I am using a plantuml mindmap with multiple roots
I get this error:
"I don't know how to draw multi-root diagram. You should suggest an image so that the PlatUML team implements it :-)"
But the same file works fine in VS Code. Hence I think, that the used plantuml version used in eclipse-asciidoctor-editor is old.
Can you please update the used plantuml version?
The text was updated successfully, but these errors were encountered: