jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
146 stars 18 forks source link

Feat: proper math #52

Closed agoose77 closed 2 years ago

agoose77 commented 2 years ago

This PR adds better math rendering for JupyterLab by reformatting markup to be parsed by the ILatexTypesetter. This means we don't have to ship another math renderer, and in general seems like it will play better with MathJax et al.

We also lose the math renderer implementation in docutils, relying instead on the dollarmath implementation. This will change once things become standardised.

rowanc1 commented 2 years ago

🚀