aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-14 18:58:26 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-14 18:59:11 +0200
commitce7046acd74bba2c3c5cf84613d79eb694d285f8 (patch)
tree816b807800fccf65121788e0090ce79ddba6f271 /readme.md
parentb00fafbdcba39e7e17144b07834702629b891062 (diff)
downloadmarkdown-rs-ce7046acd74bba2c3c5cf84613d79eb694d285f8.tar.gz
markdown-rs-ce7046acd74bba2c3c5cf84613d79eb694d285f8.tar.bz2
markdown-rs-ce7046acd74bba2c3c5cf84613d79eb694d285f8.zip
Update to dos
Diffstat (limited to '')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 17458ab..75c2ee6 100644
--- a/readme.md
+++ b/readme.md
@@ -68,11 +68,9 @@ cargo doc --document-private-items
### Small things
-- [ ] (3) Fix deep subtokenization
- [ ] (1) Add docs to subtokenize
- [ ] (1) Add module docs to content
- [ ] (1) Add module docs to parser
-- [ ] (1) Add examples to `CompileOptions` docs
- [ ] (1) Add overview docs on how everything works
- [ ] (1) Move safe protocols to constants
- [ ] (1) Parse initial and final whitespace of paragraphs (in text)
@@ -165,6 +163,8 @@ cargo doc --document-private-items
- [x] (1) Add docs to html (text)
- [x] (1) Add docs on bnf
- [x] (1) Reorganize to split util
+- [x] (1) Add examples to `CompileOptions` docs
+- [x] (3) Fix deep subtokenization
### Extensions