diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-14 18:58:26 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-14 18:59:11 +0200 |
commit | ce7046acd74bba2c3c5cf84613d79eb694d285f8 (patch) | |
tree | 816b807800fccf65121788e0090ce79ddba6f271 /readme.md | |
parent | b00fafbdcba39e7e17144b07834702629b891062 (diff) | |
download | markdown-rs-ce7046acd74bba2c3c5cf84613d79eb694d285f8.tar.gz markdown-rs-ce7046acd74bba2c3c5cf84613d79eb694d285f8.tar.bz2 markdown-rs-ce7046acd74bba2c3c5cf84613d79eb694d285f8.zip |
Update to dos
Diffstat (limited to '')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |