Multiline text in message window

Can I have multi-line messages in the dhtmlx.message window?

Hello
You can try something like below:

dhtmlx.message( { text: "Hello<br>How are you?", skin: "dhx_skyblue" }); </script>

I thought I tried that before. It works of course.
Thanks

You are welcome!