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

Compatibility with markdown2 v2.3.2? #25

Open
ivanistheone opened this issue Dec 15, 2016 · 1 comment
Open

Compatibility with markdown2 v2.3.2? #25

ivanistheone opened this issue Dec 15, 2016 · 1 comment

Comments

@ivanistheone
Copy link

I pip-installed django-markdown-deux today and I got:

markdown2==2.3.2
django-markdown-deux==1.0.5

Processing an .md file was broken however. Only the last ~=250 chars of the .md file seemed to get output as HTML. (Python 2.7.11 on Mac)

Changing back to markdown2==2.3.1 and the site works again.

@browniebroke
Copy link

Are you sure it was a length issue? I initially thought I had the same problem, but mine was actually caused by trentm/python-markdown2#233 which was making links invalid.

Thanks for the workaround, I've fixed markdown2==2.3.1 in my requirements until the next version of markdown2 is released.

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

2 participants