aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-22 17:51:14 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-22 17:51:14 +0200
commit5416b61f89155b475fa5674898b8ff963aa443b5 (patch)
treef4709e5f350964f7735207cacd936dbb36f898d9 /readme.md
parent79c3275f91f1c0867a1bfba3085c0682aa5486ef (diff)
downloadmarkdown-rs-5416b61f89155b475fa5674898b8ff963aa443b5.tar.gz
markdown-rs-5416b61f89155b475fa5674898b8ff963aa443b5.tar.bz2
markdown-rs-5416b61f89155b475fa5674898b8ff963aa443b5.zip
Add docs on normalizing identifiers, matching
Diffstat (limited to '')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index f2188ae..01a911b 100644
--- a/readme.md
+++ b/readme.md
@@ -68,8 +68,6 @@ cargo doc --document-private-items
#### Docs
-- [ ] (1) Add docs to `normalize_identifier`
-- [ ] (1) Add docs for how references and definitions match (definition, reference)
- [ ] (1) Go through all bnf
- [ ] (1) Go through all docs
- [ ] (1) Add module docs to parser
@@ -234,6 +232,8 @@ cargo doc --document-private-items
- [x] (1) Add docs for tokenizer
- [x] (1) Add docs for sanitation
- [x] (1) Get definition identifiers (definition)
+- [x] (1) Add docs to `normalize_identifier`
+- [x] (1) Add docs for how references and definitions match
### Extensions