diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-22 17:52:25 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-22 17:52:25 +0200 |
commit | d2c5950762192a447c9023c77ee4f8195afb8fd8 (patch) | |
tree | 91ed9184042fa9ac4f67085e8cd61ba337c265bf /readme.md | |
parent | 5416b61f89155b475fa5674898b8ff963aa443b5 (diff) | |
download | markdown-rs-d2c5950762192a447c9023c77ee4f8195afb8fd8.tar.gz markdown-rs-d2c5950762192a447c9023c77ee4f8195afb8fd8.tar.bz2 markdown-rs-d2c5950762192a447c9023c77ee4f8195afb8fd8.zip |
Update todo
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,6 @@ cargo doc --document-private-items - [ ] (1) Go through all bnf - [ ] (1) Go through all docs -- [ ] (1) Add module docs to parser - [ ] (1) Add overview docs on how everything works #### Parse @@ -234,6 +233,7 @@ cargo doc --document-private-items - [x] (1) Get definition identifiers (definition) - [x] (1) Add docs to `normalize_identifier` - [x] (1) Add docs for how references and definitions match +- [x] (1) Add module docs to parser ### Extensions |