aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-29 14:40:57 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-29 14:40:57 +0200
commita1a66ce2a848458a7e0cdaf110ceeffb7b8943a2 (patch)
treeb4774dd26522ec24135b27abec8bf4e97cda0dce /readme.md
parent7721f210c16e19b1c2af90f69130386b89bb5104 (diff)
downloadmarkdown-rs-a1a66ce2a848458a7e0cdaf110ceeffb7b8943a2.tar.gz
markdown-rs-a1a66ce2a848458a7e0cdaf110ceeffb7b8943a2.tar.bz2
markdown-rs-a1a66ce2a848458a7e0cdaf110ceeffb7b8943a2.zip
Refactor to externalize handlers of compiler
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 1626a6a..478bf9f 100644
--- a/readme.md
+++ b/readme.md
@@ -49,8 +49,6 @@ cargo doc --document-private-items
- [ ] (8) Can paragraphs (and to a lesser extent string data and text data)
operate more performantly than checking whether other flow constructs
start a line, before exiting and actually attempting flow constructs?
-- [ ] (5) Figure out sharing definition and identifiers, and references before
- definitions
- [ ] (3) Interrupting: sometimes flow can or cannot start depending on the
previous construct (typically paragraph)
- [ ] (5) Containers: this will be rather messy, and depends a lot on how
@@ -284,3 +282,5 @@ important.
- [x] (1) Add docs for `label_start_image`, `label_start_link`
- [x] (1) Add docs for `label_end`
- [x] (1) Move map handling from `resolve_media`
+- [x] (5) Add support for sharing identifiers, references before definitions
+- [x] (2) Refactor to externalize handlers of compiler