How To Correctly Show Html As Part Of Tooltips Content

Hello dear folks.

Is it possible that my tooltips content include HTML tags and get them rendered correctly?

I'm reffering both to admin area form fields "magic" "automatic" tooltips taken from that specially named language variables, and to those hand made tooltips using the cm-tooltip microformat that grabs its content from the title HTML attribute.

Thank you.

try to use as title the following code

{__("my_language_variable")|escape:"javascript"}

or

{"my 
text"|escape:"javascript"}

(!) Not tested