Skip to content

Conversation

mitya57
Copy link

@mitya57 mitya57 commented Jul 18, 2022

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

Support for old deprecated API was removed in Python-Markdown 3.4.
@ogranert
Copy link

ogranert commented Oct 6, 2024

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.

@mitya57 mitya57 force-pushed the markdown-api branch 2 times, most recently from b055e01 to d237e82 Compare October 6, 2024 15:07
@mitya57
Copy link
Author

mitya57 commented Oct 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants