Yup, it seems that this trusty service’s text editor, does not like paragraphs and font styles defined by my theme. Or something of the sort.
I spent about an hour investigating, and noticed that it had started using <div> tags in the code. These <div> apparently had inline styles which justified the text as per my will. To the layman, I should explain what <div> tags are. I’m assuming you know what HTML is and if you don’t, go boil your head.
In HTML, <div> is used to set limits for content. This content can be formatted in one go, such as making it all stick to the left, right of the screen, etc. Point is that, my theme also uses such styles (refer CSS in Wikipedia, or wait another day or two for a definition by me), and the theme cannot change the color of the stuff and so on.
So, I ended up getting a post which was all black in color, unlike my theme. Also, mysteriously, line-breaks, paragraphs and anything else I tried did not work in giving lines between paragraphs.
To sum it all, the post looked pretty crappy. I though it was a problem with my theme, and changed that, but nothing fixed itself. I didn’t expect it to, anyway. Point is that now, things seem OK, and I hope they stay this way…


