mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add more tests for recent changes, handle additional edge cases.
This commit is contained in:
parent
0c68509266
commit
256e5a7e73
4 changed files with 122 additions and 16 deletions
|
|
@ -5,3 +5,55 @@
|
|||
> > B {MD027}
|
||||
>
|
||||
> C {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> A {MD027}
|
||||
>
|
||||
> > B {MD027}
|
||||
> >
|
||||
> > > C {MD027}
|
||||
> >
|
||||
> > D {MD027}
|
||||
>
|
||||
> E {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> A {MD027}
|
||||
>
|
||||
>> B {MD027}
|
||||
>>
|
||||
>>> C {MD027}
|
||||
>>
|
||||
>> D {MD027}
|
||||
>
|
||||
> E {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> > Text {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> > Text {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> > Text {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> > Text {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> > > Text {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> > > > Text {MD027}
|
||||
|
||||
Text
|
||||
|
||||
>> >> Text {MD027}
|
||||
|
|
|
|||
64
test/lists-in-blockquote.md
Normal file
64
test/lists-in-blockquote.md
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# Lists in blockquote
|
||||
|
||||
> 1. The simplest ordered list in blockquote
|
||||
|
||||
Text
|
||||
|
||||
> + The simplest unordered list in blockquote
|
||||
|
||||
Text
|
||||
|
||||
>1. Item
|
||||
|
||||
Text
|
||||
|
||||
>+ Item
|
||||
|
||||
Text
|
||||
|
||||
>1. Item {MD030}
|
||||
|
||||
Text
|
||||
|
||||
>+ Item {MD030}
|
||||
|
||||
Text
|
||||
|
||||
> 1. Item
|
||||
> 1. Item {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> - Item
|
||||
> - Item {MD027}
|
||||
|
||||
Text
|
||||
|
||||
> 1. Item
|
||||
> 1. Item {MD027}
|
||||
> 1. Item {MD027} {MD030}
|
||||
|
||||
Text
|
||||
|
||||
> * Item
|
||||
> * Item {MD027}
|
||||
> * Item {MD027} {MD030}
|
||||
> * Item {MD027} {MD005}
|
||||
> * Item {MD027} {MD005}
|
||||
|
||||
Text
|
||||
|
||||
> Text
|
||||
> > - Item
|
||||
> > - Item {MD027}
|
||||
> > - Item
|
||||
> > > - Item
|
||||
> > > - Item {MD027}
|
||||
> > > - Item {MD027}
|
||||
|
||||
Text
|
||||
|
||||
>* Item
|
||||
> * Item
|
||||
>>* Item
|
||||
>> * Item
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# Ordered list in blockquote
|
||||
|
||||
> 1. The simplest ordered list in blockquote
|
||||
|
||||
1. ol
|
||||
|
||||
> 1. ol-li-blockquote-ol-li
|
||||
> 1. ol-li-blockquote-ol-li-ol-li {MD027}
|
||||
|
||||
> 1. blockquote-ol-li
|
||||
> 1. blockquote-ol-li-ol-li {MD027}
|
||||
Loading…
Add table
Add a link
Reference in a new issue