-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
katex
built withduktape
failed to render vmatrix
correctly
#12
Comments
There is no much I can do in term of issues in the JS engine. The biggest problem of this crate is that there currently lacks of a well-maintained embedded JS engine (incl. its corresponding Rust binding). See #6 for more details. |
What is your take of requiring the user to have other dependencies such as |
If you don't mind the dependency's size, V8 engine using rusty_v8 is the best approach. PR is welcomed to add this new backend. |
Noted that node uses V8 engine internally. |
I don't like the idea of embedding V8… It is quite an overkill for the simple functionality |
If I use
katex
with:then, matrix expressions like
results in an error:
JsExecError("undefined not callable (property 'fill' of [object Array]): JavaScript runtime error (TypeError)")
See this issue on
mdbook-katex
for more.The text was updated successfully, but these errors were encountered: