I think the space is an issue when i past it on textbox with space it display \n. what is the solution for that?
I would like to understand well how you are using the blocks because it doesn’t give me any error,
I simply added your Katex codes to the examples list
\begin{bmatrix}
a_{11} & a_{12} & a_{13} \\
a_{21} & a_{22} & a_{23} \\
a_{31} & a_{32} & a_{33}
\end{bmatrix}
when i past your matrix on textbox it show me \n
You have to use this very ugly function which actually prevents the characters \r \n \t from being translated badly
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.