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
Is your feature request related to a problem? Please describe.
Using the local .jar file causes random syntax not to render properly
Using plantuml-1.2022.14.jar
Below the syntax which is working with the server but gives attaced screenshot-result
Describe the solution you'd like
Should work same as using server
Describe alternatives you've considered
None
Additional context
Code
Dependency
[SpaceShip] .> [Input]
Dependency relationship implies that two elements are dependent on each other. It is used to reflect that one class interacts with another one, receives an instance this class as a method parameter. Compared to Association, Dependency relationship is weaker.
I can't reproduce this with an older version of the plantuml jar, but can with the most recent one.
Guessing the server used is not using the latest plantuml version.
I am suspecting that this is a regression in PlantUML itself, but will investigate further.
It starts to work for me when I insert a empty line in the diagram code.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Code
Result
The text was updated successfully, but these errors were encountered: