Hello guys,
Using elseif, I would like to add long text with several lines between the elseif and the activity, but the text gets over the activity.
Here the code :
@startuml
start
if() then
elseif() then
:Activity1;
elseif() then(I would like to write\na long text here\non several lines\nwithout getting over\nthe Activity box)
:Activity2;
:Activity3;
endif
stop
@enduml
and the diagram :
http://www.zimagez.com/zimage/lkyn3i903dll5hdr4tzekar-qangj8qu4djdqyllyp0gqyoxjxaxpuwjoze6bmwolzlxpwqscyp-pmltywyu1-qllftqrki1uhoo8bhcwjsqkht2bm1fev-sqkcy-s-kxuvtpfafyjw2o6nctcqgt-bnxvw6prlgzmrfryv85qad5bs2kqzhth1m00.php
Thank you !
Mathieu