Just picked this hint up from HoustonLively in regards to the blog posts losing their format. typically called carriage return line feed or CRLF, the editor used on these blogs and forums is tinymce, and where it would appear that there is an issue with tinymce, barring trying to hack the tinymce, the solution has been provided by HoustonLively to do the following:
You could add this to templates/base/css/general.css It will make all the ugly blogs look nice and pretty
p {
margin-bottom: 1em;
}
On my site. I also added: (To make bullet lists look better)
li {
margin-bottom: .5em;
}