django-markdown-deux icon indicating copy to clipboard operation
django-markdown-deux copied to clipboard

Compatibility with markdown2 v2.3.2?

Open ivanistheone opened this issue 8 years ago • 1 comments

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.

ivanistheone avatar Dec 15 '16 03:12 ivanistheone

Are you sure it was a length issue? I initially thought I had the same problem, but mine was actually caused by https://github.com/trentm/python-markdown2/issues/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.

browniebroke avatar Jan 04 '17 15:01 browniebroke