Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pelican 3.7 + render_math not working, KeyError: 'MD_EXTENSIONS' #815

Closed
chan-y-park opened this issue Dec 13, 2016 · 2 comments
Closed

Comments

@chan-y-park
Copy link

Hi, I tried running pelican 3.7 with render_math plug-in, and got the following error:

Traceback (most recent call last):
  File "/home/chan/pelican-plugins/render_math/math.py", line 272, in mathjax_for_markdown
    pelicanobj.settings['MD_EXTENSIONS'].append(PelicanMathJaxExtension(config))
KeyError: 'MD_EXTENSIONS'

Error - the pelican mathjax markdown extension failed to configure. MathJax is non-functional.

I think MD_EXTENSIONS is deprecated in pelican 3.7, but don't know how to make the plug-in work with pelican 3.7.

@avaris
Copy link
Member

avaris commented Dec 13, 2016

See #787

@danmackinlay
Copy link
Contributor

I think this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants