@startuml
class "test <u>underline <b>plus bold</b></u>"
@enduml
The space between "underline" and "plus" is not underlined, even though both words are enclosed in the same u-tag.
I would like to have that space underlined as well. (I would also like to have all the underlines at the same height such that there is no visual interruption between the bold and non-bold parts.)
Is this possible?