jupyter / notebook

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

Latex in Markdown tables not rendering correctly as HTML #1542

Open DrLuke opened 8 years ago

DrLuke commented 8 years ago

When I use Latex formulas encased in single $ characters within a markdown table, it doesn't render correctly when exporting as HTML and PDF. I have added a minimal example here:

Table Bug.zip

Jupyter version: 4.1.0

Carreau commented 8 years ago

I doubt we can do anything for PDF, already the fact that MD are converted is a miracle.

Also that will likely be a nbconvert issue more than notebook.

We'll investigate though.

JamiesHQ commented 7 years ago

fyi @mpacer