You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I pip-installed
django-markdown-deux
today and I got: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.The text was updated successfully, but these errors were encountered: