I have an issue with a LaTex structure. Here's a snippet:
$latex \displaystyle I=\begin{bmatrix}1&0\&1\end{bmatrix}$
When i paste this into your site and update page, it changes to this:
$latex \displaystyle I=\begin{bmatrix}1&0\ &1\end{bmatrix}$
If I write it differently, everything is ok:
$latex \displaystyle I=\begin{bmatrix}1&0\\{0}&1\end{bmatrix}$
Perhaps there is something about the character sequence 0\ that confuses your processing?
I see from other posts that others have had problems with LaTeX matrix processing and &. Perhaps the same issue?
The blog I need help with is friedfoo.wordpress.com.