Closed jreiberkyle closed 6 years ago
Hmm.. further testing reveals this is a liquid-tags issue even when I try to render a notebook not using pelican-ipynb
. Still, it would be great if someone could try this in their environment and let me know if I'm the only one running into this issue.
You can probably fix it by removing the safe
keyword from here: https://github.com/danielfrg/pelican-ipynb/blob/a807798842d4219c296823ebcf58ca31302f033b/liquid.py#L45
You can just remove it on your downloaded version of liquid.py
.
Maybe a new version of pelican removed that argument.
As mentioned on https://github.com/getpelican/pelican-plugins/issues/1069 markdown 3 removed that safe
kwarg so I removed it from here.
Let me know if that fixes it.
That fixed it!
I get the following error when I attempt to render a notebook using the liquid-tags mode:
I don't get this error if I render the same notebook using the markdown mode.
Context
test_coverage.md
My requirements.txt:
Liquid-tags is installed by downloading
__init__.py
,mdx_liquid_tags.py
, andliquid_tags.py
toplugins/liquid_tags
from the liquid_tags directory of the plugins repo.Setting for (successful) markdown mode
calculate_coverage.nbdata
: