aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-28 14:35:48 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-28 14:35:48 +0200
commit63985f2735dadbf5bd207b2d8363b2c332fc1921 (patch)
treed4ee5b2d97ed0fe0e312f7035c69898e962190b3 /readme.md
parentdfd11b1bc155ae1fba9975a90c2dc83dc07697b4 (diff)
downloadmarkdown-rs-63985f2735dadbf5bd207b2d8363b2c332fc1921.tar.gz
markdown-rs-63985f2735dadbf5bd207b2d8363b2c332fc1921.tar.bz2
markdown-rs-63985f2735dadbf5bd207b2d8363b2c332fc1921.zip
Add improved docs in compiler
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6dd8cc5..5509d8c 100644
--- a/readme.md
+++ b/readme.md
@@ -124,7 +124,6 @@ cargo doc --document-private-items
#### Docs
-- [ ] (1) Media in compiler (`Media`, `encode_opt`)
- [ ] (1) `LINK_RESOURCE_DESTINATION_BALANCE_MAX` in constants
- [ ] (1) `label_start_image`, `label_start_link`
- [ ] (1) `label_end`
@@ -284,3 +283,4 @@ important.
- [x] (1) Add docs to `normalize_identifier`
- [x] (1) Add docs for how references and definitions match
- [x] (1) Add module docs to parser
+- [x] (1) Add improved docs in compiler