1. The following code doesn't open wikipedia page.
<uml>
@startuml
start
if ([[
http://en.wikipedia.org/wiki/Main_Page conditionA]]) then (yes)
:Text 1;
elseif (condition B) then (yes)
:Text 2;
stop
elseif (condition C) then (yes)
:Text 3;
elseif (condition D) then (yes)
:Text 4;
else (nothing)
:Text else;
endif
stop
@enduml
</uml>
2. When I add links to intranet pages, it opens them in place with scroll bars instead of redirecting it to URL or openining it in new tab.
Kindly suggest some alternative or let me know if I am using wrong syntax.
Regards
Deepal