Is there anything out there to convert html to plain text (maybe a nokogiri script)? Something that would keep the line breaks, but that\'s about it.
If I write som
if its in rails, you may use this:
html_escape_once(value).gsub("\n", "\r\n").html_safe