diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-05 09:45:30 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-05 09:45:30 +0200 |
commit | 1baad17d92108de592905f8c69bf29fbec02a57b (patch) | |
tree | 45e0d72d7a7f1439aa99a07eee3b919a258dd9f8 /readme.md | |
parent | 63d8645773ee0bf34363e46384ff1149c985bf28 (diff) | |
download | markdown-rs-1baad17d92108de592905f8c69bf29fbec02a57b.tar.gz markdown-rs-1baad17d92108de592905f8c69bf29fbec02a57b.tar.bz2 markdown-rs-1baad17d92108de592905f8c69bf29fbec02a57b.zip |
Add docs to attention
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,6 @@ cargo doc --document-private-items #### Docs -- [ ] (1) Document attention - [ ] (1) Go through all bnf - [ ] (1) Go through all docs - [ ] (1) Add overview docs on how everything works @@ -276,3 +275,4 @@ important. - [x] (5) attention - [x] (3) Unicode punctuation - [x] (1) Use rust to crawl unicode +- [x] (1) Document attention |