danielfrg / pelican-jupyter

Pelican plugin for blogging with Jupyter/IPython Notebooks
Apache License 2.0
423 stars 105 forks source link

Summary contains broken HTML #38

Closed dionhaefner closed 7 years ago

dionhaefner commented 8 years ago

Summary creation does not work for me. There seem to be multiple issues:

philippjfr commented 8 years ago

Any updates on this? Specifying a summary via the ipynb-meta files is still not working for me.

philippjfr commented 8 years ago

Nevermind works fine if IPYNB_USE_META_SUMMARY = True is enabled.

fundor333 commented 7 years ago

If you use IPYNB_USE_META_SUMMARY = True you can't use metadata inside the ipynb

danielfrg commented 7 years ago

Yes the idea was to use IPYNB_USE_META_SUMMARY to overwrite the generation.

Yes, in theory that should work. I mainly use the external md file but it should work. Please reopen if it doesnt.