diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-30 10:49:02 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-30 10:49:02 +0200 |
commit | 8677e0cf761852734da430569638960582e5cd6f (patch) | |
tree | 7f13aed624bd7ea80df8771de0ba10abc0234ffd /readme.md | |
parent | 9036ab2c6eb394cc26fc53e7bdce5bb182450bae (diff) | |
download | markdown-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |