aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-30 11:11:31 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-30 11:11:31 +0200
commit70ed10c131883553582a6dfce7f07eba6c1387fc (patch)
treef899c2a0244ac349d25f0919201829ffbf52550e /readme.md
parent57de6ff16bba05491733bb457acbf95bba0ebbd1 (diff)
downloadmarkdown-rs-70ed10c131883553582a6dfce7f07eba6c1387fc.tar.gz
markdown-rs-70ed10c131883553582a6dfce7f07eba6c1387fc.tar.bz2
markdown-rs-70ed10c131883553582a6dfce7f07eba6c1387fc.zip
Add docs on resolver, clean feed
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index dd3dd9b..2f24639 100644
--- a/readme.md
+++ b/readme.md
@@ -123,8 +123,6 @@ cargo doc --document-private-items
#### Docs
- [ ] (1) `space_or_tab_one_line_ending`
-- [ ] (1) `ParseState`
-- [ ] (1) Resolvers, push, feed, etc.
- [ ] (1) Go through all bnf
- [ ] (1) Go through all docs
- [ ] (1) Add overview docs on how everything works
@@ -283,3 +281,4 @@ important.
- [x] (2) Refactor to externalize handlers of compiler
- [x] (1) Add support for compiling shared references and definitions
- [x] (1) Add docs to Image, Link, and other media tokens
+- [x] (1) Add docs on resolver, clean feed