diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-09 18:14:21 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-09 18:14:21 +0200 |
commit | 231eebe98db853668ebfc83581df9148f4aa7645 (patch) | |
tree | 962b514a54c4a1d9ff2707f644d7b5fa5654b15b | |
parent | 0e16369057575e48a05b3ca2dfb0f63645b12d28 (diff) | |
download | markdown-rs-231eebe98db853668ebfc83581df9148f4aa7645.tar.gz markdown-rs-231eebe98db853668ebfc83581df9148f4aa7645.tar.bz2 markdown-rs-231eebe98db853668ebfc83581df9148f4aa7645.zip |
Update count in readme
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,7 +344,7 @@ For more practical examples of how things roughly work in BNF, see the module do ### Test -micromark is tested with the \~650 CommonMark tests and more than 1.2k extra +micromark is tested with the \~650 CommonMark tests and more than 1.7k extra tests confirmed with CM reference parsers. Then there’s even more tests for GFM and other extensions. These tests reach all branches in the code, which means that this project has |