diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-29 14:40:57 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-29 14:40:57 +0200 |
commit | a1a66ce2a848458a7e0cdaf110ceeffb7b8943a2 (patch) | |
tree | b4774dd26522ec24135b27abec8bf4e97cda0dce /readme.md | |
parent | 7721f210c16e19b1c2af90f69130386b89bb5104 (diff) | |
download | markdown-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |