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:
Waylan Limberg
2018-04-06 13:30:47 -04:00
parent d4c5832876
commit e57e2269d9
4 changed files with 42 additions and 10 deletions

View File

@@ -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).