mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #266] MD007 - Error for list-blockquote-list since v0.18.0 #2074
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2074
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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+.@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!