I receive from the user text(non-html) and I store it in a database. I have in database text that have '\n' characters for end of the line.
- list one text\n
- list 2 text\n
In the browser code source this can be seen, but are nor reflected also in html.
How can I make it to be reflected in html ?
tag – HamzaNig Oct 29 '18 at 16:04
` – D.V.D. Oct 29 '18 at 16:10