From 8677e0cf761852734da430569638960582e5cd6f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 30 Jun 2022 10:49:02 +0200 Subject: Add docs to image, link, and other media tokens --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') 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 -- cgit