aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-30 10:49:02 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-30 10:49:02 +0200
commit8677e0cf761852734da430569638960582e5cd6f (patch)
tree7f13aed624bd7ea80df8771de0ba10abc0234ffd /readme.md
parent9036ab2c6eb394cc26fc53e7bdce5bb182450bae (diff)
downloadmarkdown-rs-8677e0cf761852734da430569638960582e5cd6f.tar.gz
markdown-rs-8677e0cf761852734da430569638960582e5cd6f.tar.bz2
markdown-rs-8677e0cf761852734da430569638960582e5cd6f.zip
Add docs to image, link, and other media tokens
Diffstat (limited to '')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 7c70905..dd3dd9b 100644
--- a/readme.md
+++ b/readme.md
@@ -124,7 +124,6 @@ cargo doc --document-private-items
- [ ] (1) `space_or_tab_one_line_ending`
- [ ] (1) `ParseState`
-- [ ] (1) Image, Link, and other media token types; `LabelStart`, `Media`
- [ ] (1) Resolvers, push, feed, etc.
- [ ] (1) Go through all bnf
- [ ] (1) Go through all docs
@@ -283,3 +282,4 @@ important.
- [x] (5) Add support for sharing identifiers, references before definitions
- [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