aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-22 16:41:04 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-22 16:41:04 +0200
commitb0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9 (patch)
tree7137fb206a909feb5c6f841c1a9e3dafc590312c /readme.md
parentcbd0155d7f1f20b3fe261723515203df5108a56d (diff)
downloadmarkdown-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d79169c..6594148 100644
--- a/readme.md
+++ b/readme.md
@@ -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