Hi, I had the same problem earlier today. I went to the edit blog and on the page where the content is i opened the Block data tap. It showed me that everything was correct so i drilled down and opened the ||P view html tab. Ok < p font-size:0;> that means that the writing is going to be zero size thus invisible. Change it to < p font-size:12;> You will get a nasty error message that makes it seem like your going to end the world but it will give you two options go with the new html or change to block.
(if that doesn’t get an error message just change to <p font:12;> that should work as well).
if you change to block the inline html code will be removed and wala… your content will be visible.
Hope this helps.