diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-22 16:41:04 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-22 16:41:04 +0200 |
commit | b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9 (patch) | |
tree | 7137fb206a909feb5c6f841c1a9e3dafc590312c /readme.md | |
parent | cbd0155d7f1f20b3fe261723515203df5108a56d (diff) | |
download | markdown-rs-b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9.tar.gz markdown-rs-b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9.tar.bz2 markdown-rs-b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9.zip |
Add docs on encoding to definition, destination
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,6 @@ cargo doc --document-private-items #### Docs -- [ ] (1) Add docs for sanitation (autolink, definition, resource) - [ ] (1) Add docs for how references and definitions match (definition, reference) - [ ] (1) Go through all bnf - [ ] (1) Go through all docs @@ -233,6 +232,7 @@ cargo doc --document-private-items - [x] (1) Do not capture in `tokenizer.go` - [x] (1) Clean attempts - [x] (1) Add docs for tokenizer +- [x] (1) Add docs for sanitation ### Extensions |