We have some hidden fields with a lot of text, where the readability would benefit greatly from being able to show line breaks. Unfortunately, we haven’t figured out a way to do this - adding a <br/> tag is escaped, and newline characters \n are not rendered. Any ideas?
For additional context, as one example, we are trying to show a list of addresses such as:
100 Main St, Mapletown, FL
200 Main St, Mapletown, FL
etc
It’s really hard to read such text without line breaks.