diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-14 12:55:03 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-14 12:55:03 +0200 |
commit | c587aee9512119e61918bfbe81c3cca3de7e70aa (patch) | |
tree | 68a8f0c8dc5548542efacc0fe31ed4b1ebcc542f /readme.md | |
parent | 82aca5003acba36a62b0032860af09f65c91ddae (diff) | |
download | markdown-rs-c587aee9512119e61918bfbe81c3cca3de7e70aa.tar.gz markdown-rs-c587aee9512119e61918bfbe81c3cca3de7e70aa.tar.bz2 markdown-rs-c587aee9512119e61918bfbe81c3cca3de7e70aa.zip |
Add docs on constructs, bnf
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,6 @@ cargo doc --document-private-items ### Small things - [ ] (3) Fix deep subtokenization -- [ ] (1) Add docs on bnf - [ ] (1) Add docs to subtokenize - [ ] (1) Add module docs to content - [ ] (1) Add module docs to parser @@ -165,6 +164,7 @@ cargo doc --document-private-items - [x] (3) Encode urls - [x] (1) Optionally remove dangerous protocols when compiling - [x] (1) Add docs to html (text) +- [x] (1) Add docs on bnf ### Extensions |