[GH-ISSUE #266] MD007 - Error for list-blockquote-list since v0.18.0 #226

Closed
opened 2026-03-03 01:24:53 +03:00 by kerem · 1 comment
Owner

Originally created by @ohtake on GitHub (Mar 17, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/266

In v0.17.2, there are no errors against the following input:

+ list

  > blockquote in list
  >
  > + list in blockquote in list

In v0.18.0 and v0.19.0, there is an MD007 error at "list in blockquote in list".
I think this is a false error because "list in blockquote in list" is a child element of the blockquote
and it should have one space between > and +.

Originally created by @ohtake on GitHub (Mar 17, 2020). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/266 In v0.17.2, there are no errors against the following input: ```md + list > blockquote in list > > + list in blockquote in list ``` In v0.18.0 and v0.19.0, there is an MD007 error at "list in blockquote in list". I think this is a false error because "list in blockquote in list" is a child element of the blockquote and it should have one space between `>` and `+`.
kerem 2026-03-03 01:24:53 +03:00
Author
Owner

@DavidAnson commented on GitHub (Mar 17, 2020):

I agree, your sample does not look like it should trigger that error. Thanks for the good example!

<!-- gh-comment-id:599878134 --> @DavidAnson commented on GitHub (Mar 17, 2020): I agree, your sample does not look like it should trigger that error. Thanks for the good example!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#226
No description provided.