aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-05 13:49:56 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-05 13:55:56 +0200
commit55a6f8560cf88b655f49f1a1a59f6c1dc6afe022 (patch)
treec53e38ee36c72292cedccaebdfce1a6beddeaf6c /readme.md
parentf2d62d446a7b1e03ef14b580e2aca0fad8aa23ef (diff)
downloadmarkdown-rs-55a6f8560cf88b655f49f1a1a59f6c1dc6afe022.tar.gz
markdown-rs-55a6f8560cf88b655f49f1a1a59f6c1dc6afe022.tar.bz2
markdown-rs-55a6f8560cf88b655f49f1a1a59f6c1dc6afe022.zip
Fix resizing attention bug
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 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