Sometimes you want to write something with broken lines and you write in the editor:
That’s right I’m Sokka
It’s pronounced with an Okka
Young Ladies, I rocked ya!
But it ends up looking like this:
That’s right I’m Sokka It’s pronounced with an Okka Young Ladies, I rocked ya!
The fix is to add two spaces between the final character and the carriage return.
I don’t understand what the problem is. CR should be easy enough to translate, and the users intentions are clearly confirmed because they’re looking right at what the expect it to look like when they hit submit.
Why does the user have to add two spaces? Why is the universe like this?
Edit: Holy Shit, look, I’m just an idiot typing text expecting WYSIWYG and I don’t see a good reason for why I’m not getting it other than that programmers lack theory of mind.


I’m with you on this one. The behavior is not as people would expect it.
Hitting enter/return should result in a newline. That’s what users expect.
The UX is inconsistent because it shows a newline in the entry screen, yet doesn’t show it after submitting.
I’ll say that the formatting options with the * and the _ and the ** are all pretty awesome. I wish every editor was like that.