diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-05 13:49:56 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-05 13:55:56 +0200 |
commit | 55a6f8560cf88b655f49f1a1a59f6c1dc6afe022 (patch) | |
tree | c53e38ee36c72292cedccaebdfce1a6beddeaf6c /readme.md | |
parent | f2d62d446a7b1e03ef14b580e2aca0fad8aa23ef (diff) | |
download | markdown-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |