How to add new lines in profile's 'About you' section?

edited yesterday at 8:58pm
The About you section used to support HTML or rich text, I can't remember which one it was.

It's now a simple text field that can't take or render linefeeds.

I tried using HTML p, br, pre, code as well as \n or HTML entities that start with & + #10; or #x0A; which are for new line. Oddly, the text area renders non-breaking spaces characters with & + nbsp; but not the other ones.

How could we simply create paragraphs or lists?

Thanks in advance.
Sign In or Register to comment.