-
Notifications
You must be signed in to change notification settings - Fork 10
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
SymPy output not rendered as inline math with MathJax #141
Comments
produces both the
With the jupyter/ijulia engine, the
Is the order important for quarto? |
What is |
Ideally not, those are unordered dicts that we convert to JSON so don't really have much control over the ordering there at the moment. |
Problem: The output generated by
SymPy.jl
is not typeset as inline math.See the following MWE:
The expected output can be generated with
The generated HTML files reveal that
QuartoNotebookRunner.jl
does not (yet) support mathjax rendering.The text was updated successfully, but these errors were encountered: