The new syntax for activities looks cool, however, I can't find an example of two arrows going to a single activity.
Basically, how do I translate this to the new syntax:
@startuml
(*) --> "check input"
If "input is verbose" then
--> [Yes] "turn on verbosity"
--> "run command"
else
--> "run command"
Endif
-->(*)
@enduml
If you could add an example on the website that would be more than sufficient. Thanks!
Alnoor