diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-30 11:11:31 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-30 11:11:31 +0200 |
commit | 70ed10c131883553582a6dfce7f07eba6c1387fc (patch) | |
tree | f899c2a0244ac349d25f0919201829ffbf52550e /readme.md | |
parent | 57de6ff16bba05491733bb457acbf95bba0ebbd1 (diff) | |
download | markdown-rs-70ed10c131883553582a6dfce7f07eba6c1387fc.tar.gz markdown-rs-70ed10c131883553582a6dfce7f07eba6c1387fc.tar.bz2 markdown-rs-70ed10c131883553582a6dfce7f07eba6c1387fc.zip |
Add docs on resolver, clean feed
Diffstat (limited to '')
-rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |