Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plantuml seems to be an old version? #499

Open
frankbenoit opened this issue Sep 1, 2023 · 0 comments
Open

Plantuml seems to be an old version? #499

frankbenoit opened this issue Sep 1, 2023 · 0 comments

Comments

@frankbenoit
Copy link

I am using a plantuml mindmap with multiple roots

[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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant