Replies: 1 comment 1 reply
-
Hey @ndrean! This is cause by the indentations you have in the TeX math, if you de-indent the lines it should work fine. This comes down from a limitation in the Markdown processing library we use, which currently doesn't really recognise math blocks in I hope eventually we can improve the math support upstream, but for now avoiding indentation is the way to go :< |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to render the latex below in a markdown cell:
This is written in a file. When I open this file with Livebook, I have a rendering error as seen below. Any clue?
I went to Sublime with no add-on, same thing.
$$
begin{bmatrix}
x=0 &
\begin{bmatrix}
\end{bmatrix} \
x=1 &
\begin{bmatrix}
\end{bmatrix}
\end{bmatrix}
\equiv
\begin{bmatrix}
\begin{bmatrix}
\end{bmatrix} \
\begin{bmatrix}
\end{bmatrix}
\end{bmatrix}
$$
Beta Was this translation helpful? Give feedback.
All reactions