From 8eb4631bd7c4345ec2a0c9b2ca2e05bdb1d79dd7 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 4 Jul 2022 13:51:51 +0200 Subject: Update list of todos --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index d31a4c7..ef943b9 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit