Skip to content

Commit

Permalink
docs: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin1887 committed Apr 1, 2024
1 parent 2b7aa68 commit 51fc13b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulldown-cmark/src/scanners.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ impl<'a> LineStart<'a> {
if tag.is_some() && self.scan_ch(b']') {
if let Some(nl) = scan_blank_line(&self.bytes[self.ix..]) {
self.ix += nl;
// This is wrong. It doesn't work right in nested lists.
while self.scan_ch(b'>') {
self.scan_space(1);
}
Expand Down

0 comments on commit 51fc13b

Please sign in to comment.