where is the rest text of the note?

0 votes
asked May 3, 2017 in Bug by boshka (3,940 points)
@startuml
 
title Where's the rest text of the note?\n
 
!definelong insertText()
(inserted text)
!enddefinelong
 
 
start
note right
this is an insertText(), where is the rest of the text?
end note
end 
 
@enduml
 

commented May 3, 2017 by boshka (3,940 points)
should this notation work?

!define insertText(argText) (inserted argText)

1 Answer

0 votes
answered May 4, 2017 by plantuml (294,960 points)
Thanks for the report!

This should be fixed in last beta:

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Tell us if it's not working for you!
...