Pweave
Pweave copied to clipboard
Adjust for API changes in Python-Markdown 3.0
Support for old deprecated API was removed in Python-Markdown 3.4.
Perfect fix! Thank you!
In addition to this code change the required Markdown version should be added in the "setup.py" file: "... install_requires = ['markdown >= 3.4', 'pygments', ..." and in the "requirements.txt" file.
This does not really require Markdown 3.4, however it requires 3.0. Bumped the dependency accordingly.