danielfrg / pelican-jupyter

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

"assuming that this notebook is for liquid tag usage" should be a warning, not an error #64

Closed sametmax closed 4 years ago

sametmax commented 7 years ago

In that specific case, use warnings.warn, not raise.

danielfrg commented 4 years ago

This needs to be an error to avoid converting the notebook twice. If you disable markup you wont get the error anymore.