I got a rails app where I can input a few paragraphs of text into my model. The problem is I dont know how to input any line breaks.
I\'ve tried to add \" {ln}{/ln}
See here http://code.byteblues.com/2012/03/23/preloading-a-text-input-area-text_area-with-data-that-contains-a-line-break/
<%=raw text_area_tag :keywords, keywords, :rows => 8 %>