diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-08 10:28:41 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-08 10:28:41 +0200 |
commit | 674154f9053ff116bd551e6c3385ec98042bf396 (patch) | |
tree | 1bd1be8e402ec64bca9e39191f1bc77cbe881774 /readme.md | |
parent | b4bc1c91e6f271d49c1acf8aa468110d87ba5382 (diff) | |
download | markdown-rs-674154f9053ff116bd551e6c3385ec98042bf396.tar.gz markdown-rs-674154f9053ff116bd551e6c3385ec98042bf396.tar.bz2 markdown-rs-674154f9053ff116bd551e6c3385ec98042bf396.zip |
Update test count in readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ positional info, concrete tokens, and extensions. - [x] **[compliant][commonmark]** (100% to CommonMark) - [x] **[extensions][]** (GFM, frontmatter, math) - [x] **[safe][security]** (100% safe rust, also 100% safe HTML by default) -- [x] **[robust][test]** (1800+ tests, 100% coverage) +- [x] **[robust][test]** (2300+ tests, 100% coverage) It’s also `#![no_std]` + `alloc`, has tons of docs, and has a single dependency (for optional debug logging). |