Multi line string does not work for text code binding

Works
`Hello Test`

Does not work
`Hello
Test`

Does this work for your usecase?

`Hello <br/> Test`

adding html tag is not the issue, just awkward to put all the words of a paragraph on one line

See Is there a way besides code binding to set link href to model field in a text box?