From fec46e918e5bdf4a9137041298ab1475d2f43202 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 5 Jul 2022 14:52:49 +0200 Subject: Fix interleaving of attention/label --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 030f15a..dcc87b7 100644 --- a/readme.md +++ b/readme.md @@ -127,7 +127,6 @@ cargo doc --document-private-items #### Parse -- [ ] (2) Fix attention/label interplay - [ ] (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) Document attention - [x] (1) Remove todos in `span.rs` if not needed - [x] (2) Fix resizing attention bug +- [x] (2) Fix interleaving of attention/label -- cgit