As it has been asked in this post, here is the solution. You may notice the border around equation in your the Blogger blog. The border is from Blogger template CSS its-self, not from jsTeXrender. To get rid of the border, you will need to edit Blogger Template and set the border width, for the example
.post img {
border:0px solid #fff;
}
Hi I’m having trouble getting the inline code element to look presentable in blogger. Despite that I removed the borders, the latex equations tend not to align well with rest of the paragraph. Got any ideas as to what to do here?