Text element escape character

Does the fuse text element support escape characters? Such as: \n \t

Hi!

Yes and no, you cannot have escape characters in UX markup (except for XML escape characters). But you can have escape characters in JS and databind to UX Text elements and it works as expected :slight_smile:

Yes this works with databinding but I don’t know why it doesn’t work when I load data from parse. I have a string from parse that has “\n” the new line is not rendered instead one just sees \n