In my Rails 3 application I use textarea to let users to write a new message in a forum.
textarea
However, when the message is displayed, all newlines look like spac
I just used white-space: pre-line. So next line (\n) will render it.
white-space: pre-line