Closed Pyvonix closed 2 years ago
Never mind.
After deeper analysis, the python-markdown syntax have change to "load" custom widget/tag in version 3.4 with breaking change. It's not possible to use anymore the .add
, we should consider use .register
. But migrating from one to the other isn't as simple as changing one method for another, and some custom widget/tag crash when they are loaded through MARKDOWNX_MARKDOWN_EXTENSIONS
.
Be aware to read the updated documentation or Python-Markdown 3.4 release notes.
Closing.
Hi team,
I get an issue using your library that I did not meet before. I share with you a really simple use case and the full stack trace:
Version:
Python 3.10.8
+Markdown 3.4.1
+django-markdownx 4.0.0b1
Test in other environment withPython 3.9.2
+Markdown 3.3.6
+django-markdownx 4.0.0b1
and get the same error.Hoping to get a response and a patch from you. Thanks for your great extension.