aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-05 14:52:49 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-05 14:52:49 +0200
commitfec46e918e5bdf4a9137041298ab1475d2f43202 (patch)
treefb733a356b234bfeaf18fee911c6af72cfebe615 /readme.md
parent195e25958cfaa42d91b36f3fc51e8315586c6378 (diff)
downloadmarkdown-rs-fec46e918e5bdf4a9137041298ab1475d2f43202.tar.gz
markdown-rs-fec46e918e5bdf4a9137041298ab1475d2f43202.tar.bz2
markdown-rs-fec46e918e5bdf4a9137041298ab1475d2f43202.zip
Fix interleaving of attention/label
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
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