Hi,
First of all thx for planuml, really handy tool :)
Is it possible to make source like this one:
@startuml
|a|A
|b|B
|a|
start
if(Test) then(yes)
|b|
:Action;
else (no)
endif
|a|
stop
@enduml
look a bit better? from my pov we have excessive link crossings here that may look better if yes and no will be swapped.