mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Improve Markdown extension error messages.
Fixes #782. Note that we mock Markdown in the tests to ensure those tests are not using Markdown to validate the extension names. We don't mock Markdown in the tests which we do want Markdown to validate the extension names. Also ensure project-min has all relevant extensions.
This commit is contained in:
@@ -66,6 +66,7 @@ authors should review how [search and themes] interact.
|
||||
|
||||
### Other Changes and Additions to Development Version
|
||||
|
||||
* Improve Markdown extension error messages. (#782).
|
||||
* Drop official support for Python 3.3 and set `tornado>=5.0` (#1427).
|
||||
* Add support for GitLab edit links (#1435).
|
||||
* Link to GitHub issues from release notes (#644).
|
||||
|
||||
Reference in New Issue
Block a user