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

Fix Markdown requirement #123

Merged
merged 3 commits into from
Mar 18, 2019
Merged

Fix Markdown requirement #123

merged 3 commits into from
Mar 18, 2019

Conversation

doktormerlin
Copy link
Contributor

Markdown 3.0.1 (current version) does not work with Pinax-Blog.

from markdown.inlinepatterns import IMAGE_LINK_RE, ImagePattern ImportError: cannot import name 'ImagePattern' from 'markdown.inlinepatterns' ($PYTHONPATH$\lib\site-packages\markdown\inlinepatterns.py)

Therefore I set the markdown install_requires in setup.py to 2.6.11 which is the latest working version.

@doktormerlin doktormerlin changed the title Fixed Markdown requirement Fix Markdown requirement Jan 10, 2019
@KatherineMichel KatherineMichel merged commit 5d408d2 into pinax:master Mar 18, 2019
@KatherineMichel
Copy link
Member

@doktormerlin Thank you for your PR. I had this problem myself and this fix was very useful. Closes #123 and #121

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

Successfully merging this pull request may close these issues.

2 participants