diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-04 13:51:51 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-04 13:51:51 +0200 |
commit | 8eb4631bd7c4345ec2a0c9b2ca2e05bdb1d79dd7 (patch) | |
tree | c2361c94898ca0e088fc6e63121b59c530506edb /readme.md | |
parent | 3b083d023a8b6c7d4fe6b1140df90c907230b152 (diff) | |
download | markdown-rs-8eb4631bd7c4345ec2a0c9b2ca2e05bdb1d79dd7.tar.gz markdown-rs-8eb4631bd7c4345ec2a0c9b2ca2e05bdb1d79dd7.tar.bz2 markdown-rs-8eb4631bd7c4345ec2a0c9b2ca2e05bdb1d79dd7.zip |
Update list of todos
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -128,7 +128,8 @@ cargo doc --document-private-items #### Parse -- [ ] (2) attention/label interplay +- [ ] (2) Fix attention/label interplay +- [ ] (2) Fix resizing attention bug - [ ] (8) block quote\ test (`code_fenced`, `definition`, `code_indented`, `heading_atx`, `heading_setext`, `html_flow`, `misc_default_line_ending`, `thematic_break`) @@ -149,8 +150,9 @@ cargo doc --document-private-items #### Misc -- [ ] (3) Unicode punctuation - [ ] (1) use `char::REPLACEMENT_CHARACTER`? +- [ ] (3) Unicode punctuation +- [ ] (3) `nostd` - [ ] (3) Check subtokenizer unraveling is ok - [ ] (3) Remove splicing and cloning in subtokenizer - [ ] (3) Pass more references around |