How to add nested alt flow in plant UML ?
I have a use case in which I want nested alt. Similar to below
When I add it only innermost alt is displayed. Need help in finding right syntax for it
alt [condition 1]
do some steps
alt [condition 2]
do some steps
else [condition 2 Not true] so do nothing
else [condition 2 Not true] so do nothing