If I do
listitem.setLabel("<p>HTML code</p>");
I get an escaped version of it. But how can I render HTML using setLabel (or maybe some other method to display content) instead of having it escaped?
Overriding setLabel doesn't help as it's only a delegator method and the actual content parsing happens some levels below.