jupyter / jupyter_markdown

Documentation and tests related to Jupyter's Markdown syntax
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

Add test for nbconvert's html rendering with mistune #6

Open mpacer opened 6 years ago

mpacer commented 6 years ago

Currently this writes out the notebook as a notebook and stops there to be explored by hand & eye.

We also have nbconvert which has an html exporter that uses mistune to convert the markdown to html.

Mistune has different behaviour from marked so it should be checked separately.

jzf2101 commented 6 years ago

@mpacer this issue seems sprint friendly, confirm?

mpacer commented 6 years ago

I wouldn't say that doing any of this is per se sprint friendly. It is new contributor friendly in the context of a extended mentor/mentee project. The problem is that understanding this well enough to do it correctly will require ramping up a lot of background knowledge.