Output in multiple Lines

Hi

Currently I am trying to adapt an existing binding. This works very well. In this binding I have a return value which I output in HABPanel.
I would like to use the return value with a line break. But neither \n nor
works. Is there this possibility?

Koda

To be picky, you send it via a channel? To a String type Item?

Although you can of course add characters like \n to a string,none of the other UIs currently support multiline display of a String Item state, so you are being a bit restrictive for your potential binding consumers.

I do not know if you can construct a custom HABpanel widget to show multiline Item state. If you have already done that, you will know what kind of newline character it is looking out for?