Latex code in quicklook
Closed this issue · 1 comments
szalmaf commented
Would it be possible to add MathJax to the code so that Latex equations appear instead of the
tuxu commented
This seems to be a bit more involved, unfortunately. There is an open issue for LaTeX support in nbviewer.js: kokes/nbviewer.js#1. The LaTeX math must be passed down from the Markdown parser to MathJax or similar. Parsing of the $$ and $ delimiters should also match the implementation in Jupyter Notebook...