From 55a6f8560cf88b655f49f1a1a59f6c1dc6afe022 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 5 Jul 2022 13:49:56 +0200 Subject: Fix resizing attention bug --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 9a5867c..030f15a 100644 --- a/readme.md +++ b/readme.md @@ -128,7 +128,6 @@ cargo doc --document-private-items #### Parse - [ ] (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`) @@ -276,3 +275,4 @@ important. - [x] (1) Use rust to crawl unicode - [x] (1) Document attention - [x] (1) Remove todos in `span.rs` if not needed +- [x] (2) Fix resizing attention bug -- cgit