Pweave icon indicating copy to clipboard operation
Pweave copied to clipboard

Adjust for API changes in Python-Markdown 3.0

Open mitya57 opened this issue 3 years ago • 2 comments

Support for old deprecated API was removed in Python-Markdown 3.4.

mitya57 avatar Jul 18 '22 10:07 mitya57

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.

ogranert avatar Oct 06 '24 09:10 ogranert

This does not really require Markdown 3.4, however it requires 3.0. Bumped the dependency accordingly.

mitya57 avatar Oct 06 '24 15:10 mitya57