mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-20 22:16:09 +01:00
Improve reporting of MD027 for lists in blockquotes.
This commit is contained in:
parent
d40a3a55fd
commit
09ae51fdaa
2 changed files with 17 additions and 9 deletions
|
|
@ -25,26 +25,26 @@ Text
|
|||
Text
|
||||
|
||||
> 1. Item
|
||||
> 1. Item {MD027}
|
||||
> 1. Item
|
||||
|
||||
Text
|
||||
|
||||
> - Item
|
||||
> - Item {MD027}
|
||||
> - Item
|
||||
|
||||
Text
|
||||
|
||||
> 1. Item
|
||||
> 1. Item {MD027}
|
||||
> 1. Item {MD027} {MD030}
|
||||
> 1. Item
|
||||
> 1. Item {MD030}
|
||||
|
||||
Text
|
||||
|
||||
> * Item
|
||||
> * Item {MD027}
|
||||
> * Item {MD027} {MD030}
|
||||
> * Item {MD027} {MD005}
|
||||
> * Item {MD027} {MD005}
|
||||
> * Item
|
||||
> * Item {MD030}
|
||||
> * Item {MD005}
|
||||
> * Item {MD005}
|
||||
|
||||
Text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue