mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Add test cases for lists inside blockquotes (refs #1473).
This commit is contained in:
parent
f2a0bfe651
commit
2d2fafc58d
5 changed files with 556 additions and 1 deletions
101
test/lists-in-blockquote-start-indented.md
Normal file
101
test/lists-in-blockquote-start-indented.md
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
# Lists in Blockquote Start Indented
|
||||
|
||||
Text
|
||||
|
||||
+ Item
|
||||
+ Item
|
||||
more
|
||||
item
|
||||
+ Item
|
||||
+ Item
|
||||
+ Item
|
||||
more
|
||||
item
|
||||
+ Item
|
||||
+ Item
|
||||
+ Item
|
||||
+ Item
|
||||
+ Item
|
||||
|
||||
Text
|
||||
|
||||
Code
|
||||
|
||||
Text
|
||||
|
||||
<!-- markdownlint-disable ul-indent -->
|
||||
|
||||
> Text
|
||||
>
|
||||
> + Item {MD027}
|
||||
> + Item {MD027}
|
||||
> more
|
||||
> item
|
||||
> + Item {MD027}
|
||||
> + Item
|
||||
> + Item
|
||||
> more
|
||||
> item
|
||||
> + Item
|
||||
> + Item
|
||||
> + Item
|
||||
> + Item
|
||||
> + Item {MD027}
|
||||
>
|
||||
> Text
|
||||
>
|
||||
> Code
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
|
||||
Text
|
||||
|
||||
1. Item
|
||||
1. Item
|
||||
more
|
||||
item
|
||||
1. Item
|
||||
1. Item
|
||||
1. Item
|
||||
more
|
||||
item
|
||||
1. Item
|
||||
1. Item
|
||||
1. Item
|
||||
1. Item
|
||||
1. Item
|
||||
|
||||
Text
|
||||
|
||||
Code
|
||||
|
||||
Text
|
||||
|
||||
> Text
|
||||
>
|
||||
> 1. Item {MD027}
|
||||
> 1. Item {MD027}
|
||||
> more
|
||||
> item
|
||||
> 1. Item {MD027}
|
||||
> 1. Item
|
||||
> 1. Item
|
||||
> more
|
||||
> item
|
||||
> 1. Item
|
||||
> 1. Item
|
||||
> 1. Item
|
||||
> 1. Item
|
||||
> 1. Item {MD027}
|
||||
>
|
||||
> Text
|
||||
>
|
||||
> Code
|
||||
|
||||
Text
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"ul-indent": {
|
||||
"start_indented": true
|
||||
}
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue