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
Math expressions that contains matrices are no longer rendered correctly.
For example,
\begin{vmatrix}a&b\\c&d\end{vmatrix}
is not parsed.
I have done some debugging and found out that the error comes from katex:
thread 'tests::test_katex_rendering_vmatrix' panicked at 'called `Result::unwrap()` on an `Err` value: JsExecError("undefined not callable (property 'fill' of [object Array]): JavaScript runtime error (TypeError)")', src/tests.rs:184:63
Changing katex back to use quick-js fixes this problem, so this regression is brought by duktype.
The text was updated successfully, but these errors were encountered:
Math expressions that contains matrices are no longer rendered correctly.
For example,
is not parsed.
I have done some debugging and found out that the error comes from
katex
:Changing
katex
back to usequick-js
fixes this problem, so this regression is brought byduktype
.The text was updated successfully, but these errors were encountered: