jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.57k stars 4.85k forks source link

Which syntax highlighter is used? #4741

Open lcswillems opened 5 years ago

lcswillems commented 5 years ago

Which syntax highlighter is used for the code cells?

yavalvas commented 5 years ago

That's what was found in the source code: highlight.less custom styles compiled to style.min.css.

There is also this extension: phosphorjs_highlight

Mathjax for the rendering of Tex/LaTeX wrapped by MathjaxUtils: mathjaxutils

Markedjs for parsing of markdown: from bower

lcswillems commented 5 years ago

Thanks!!