I received a JSON response from the server, and within this data is a "return line" in the text.
{text: "I appear in the first line ↵ and I appear in the second line"}
However, when I try to display this on an HTML page, the "return line" does not show up.
"I am in the first line and I am in the second line"
Instead of:
The text appearing in one continuous line without breaks as intended.
Any suggestions or solutions utilizing HTML, CSS, or possibly JavaScript would be greatly appreciated!
Thank you!