ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 805 forks source link

HTML export: collapsible headings don't export correctly when there is more text in the cell #1584

Open elsengel opened 2 years ago

elsengel commented 2 years ago

I just spent a lot of time trying to figure out why my collapsible headings didn't export to HTML correctly. Luckily I found it out: the heading only exports correctly if the heading is the only thing in the cell. A heading with introduction text mixed up everything in my notebook that came after it.

I think this should be made clear in the readme when it talks about exporting, or be fixed...

works

doesntwork