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.
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 thedollarmath
implementation. This will change once things become standardised.