QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

FEAT: Add html target for adding footnotes (to allow nbconvert passthrough) #119

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

When jupyter_target_html is set to True footnotes <sup> markers in the text will be added to markdown cells as pure html to allow passthrough for use mainly with nbconvert when targeting html output.

mmcky commented 5 years ago

this is a problem with sphinx > 1.8. Merging as I know this passes tests locally.