diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-06 18:31:26 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-08 20:41:18 -0500 |
commit | 9ea0e31c20f67ba22e6dda310a9c9cd82e203288 (patch) | |
tree | bc512c36fdabeed556d56eaf08015bd2bc1271b6 /docs/change_log | |
parent | 49249b3fb6c458c2cbc34c409ba57cfae6e72320 (diff) | |
download | markdown-9ea0e31c20f67ba22e6dda310a9c9cd82e203288.tar.gz markdown-9ea0e31c20f67ba22e6dda310a9c9cd82e203288.tar.bz2 markdown-9ea0e31c20f67ba22e6dda310a9c9cd82e203288.zip |
Document the new test tools.
Diffstat (limited to 'docs/change_log')
-rw-r--r-- | docs/change_log/release-2.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/change_log/release-2.1.md b/docs/change_log/release-2.1.md index 30cf0b2..c8fa0e4 100644 --- a/docs/change_log/release-2.1.md +++ b/docs/change_log/release-2.1.md @@ -112,7 +112,7 @@ script to accept input on `stdin`. The testing framework has been completely rebuilt using the Nose testing framework. This provides a number of benefits including the ability to better test the built-in extensions and other options available to change the parsing -behavior. See the [Test Suite](../test_suite.md) documentation for details. +behavior. See the Test Suite documentation for details. Various bug fixes have been made, which are too numerous to list here. See the [commit log](https://github.com/Python-Markdown/markdown/commits/master) for a |