You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you have two or more matrixes in one line side by side the Latex rendering breaks.
Environment
OS: Windows 11
VSCode: 1.82.0
Markdown Preview Enhanced: 0.8.0
To Reproduce
If you have two or more matrixes in one line side by side the rendering breaks.
Here is an example that breaks, but works in jupyter.
[ \begin{bmatrix} a & b \ c & d \end{bmatrix} \begin{bmatrix} e & f \ g & h \end{bmatrix} ]
This code breaks in markdown renderers of VSC. It needs a separator between the adjacent matrixes like:
[ \begin{bmatrix} a & b \ c & d \end{bmatrix} \quad \begin{bmatrix} e & f \ g & h \end{bmatrix} ]
Let me know if there is another possibility to fix this problem.
Expected behavior
Can you fix the rendering, so that it does not break when two or more matrixes in one line are defined without a separator in between.
Markdown file
[ \begin{bmatrix} a & b \ c & d \end{bmatrix} \begin{bmatrix} e & f \ g & h \end{bmatrix} ]
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have two or more matrixes in one line side by side the Latex rendering breaks.
Environment
To Reproduce
If you have two or more matrixes in one line side by side the rendering breaks.
Here is an example that breaks, but works in jupyter.
[ \begin{bmatrix} a & b \ c & d \end{bmatrix} \begin{bmatrix} e & f \ g & h \end{bmatrix} ]
This code breaks in markdown renderers of VSC. It needs a separator between the adjacent matrixes like:
[ \begin{bmatrix} a & b \ c & d \end{bmatrix} \quad \begin{bmatrix} e & f \ g & h \end{bmatrix} ]
Let me know if there is another possibility to fix this problem.
Expected behavior
Can you fix the rendering, so that it does not break when two or more matrixes in one line are defined without a separator in between.
Markdown file
[ \begin{bmatrix} a & b \ c & d \end{bmatrix} \begin{bmatrix} e & f \ g & h \end{bmatrix} ]
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: