Insert new line in text only div
问题 I'm working with a CMS that allows only text in a certain div (HTML , like <br> , is parsed to <br> ). It is fine with Unicode / HTML codes (e.g. & would generate & and @ would generate @ ) but it will seemingly not allow a new line / carriage return. How can I put a <br> in the div, without using HTML? I've tried: 
 - https://dev.w3.org/html5/html-author/charref
- New line in text area
- New line in text area
or
or
- https://en.wikipedia.org/wiki/Newline
or
or
- https