Hi,
It looks like that multi-line tooltip on note/hnote of sequence diagram does not work on the lastest version.
@startuml
caller -> server : conReq
hnote over caller : idle
caller <- server : conConf
hnote over caller : [[
http://www.yahoo.com {"request":"hyperlink","status":200} note]] test
note over server : [[
http://www.yahoo.com {"request":"hyperlink",\n"status":200} note]] test
rnote over server
this is
on several
lines
endrnote
Thanks,