I have text that I want to ensure doesn't split over multiple lines. In HTML this means using instead of spaces, e.g.
span(): text "Test 123"
However in Karax the is escaped and is shown as text on the page. How do I unescape it?