Skip to content

Support Python-Markdown 3.0 #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2018
Merged

Conversation

mitya57
Copy link
Contributor

@mitya57 mitya57 commented Dec 19, 2018

Instead of the headerid extension, which was deprecated in 2.6 and raises an error in 3.0, the equivalent toc extension is used.

Instead of specifying extension parameters in extensions keyword, which was also deprecated in 2.6 and raises an error in 3.0, the extension instance is passed, which is the preferred method.

The minimal supported version is now 2.6, released in February 2015.

Fixes #94.

The minimal supported version is now 2.6, released in February 2015.

Fixes flask-api#94.
Copy link
Member

@jacebrowning jacebrowning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jacebrowning jacebrowning merged commit d330787 into flask-api:develop Dec 19, 2018
@mitya57 mitya57 deleted the markdown-3 branch December 19, 2018 15:25
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