aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--readme.md6
1 files changed, 4 insertions, 2 deletions
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