Is there a Railsy way to convert \\n to ?
Currently, I\'m doing it like this:
mystring.gsub(/\\n/, \'\')
Simply use
white-space: pre-line;
in your css and text will wrap on line breaks.