-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Using PlantUML new activity syntax renders arrow text as activity #41
Comments
Hi @ztorage, I have tested this code in plantuml server online, and returns the same result as gravizo: http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuG8pk7Jj54gA4lEACqioy_EuKlDIk1o0150U0000 |
Hi again, The syntax is outlined here: http://plantuml.com/activity-diagram-beta#arrow |
ops!!! sorry! I will take a look! thanks |
I don't know which version of plantUML is used in backend of gravizo now. PlantUML has new syntax for activity diagram. http://plantuml.com/activity-diagram-beta. I have tried the following code
![](<img src='https://g.gravizo.com/svg? start' repeat; stop; @enduml; It could not be rendered by gravizo. It would be great if you could take look into it. By the way, the old syntax could not see if you browse in plantUML website without direct link to http://plantuml.com/activity-diagram-legacy |
renders as
instead of
Anything can be done? Special escaping? Workaround?
Thanks.
The text was updated successfully, but these errors were encountered: