mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 06:50:12 +01:00
91 lines
942 B
Markdown
91 lines
942 B
Markdown
# 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
|
|
|
|
Text
|
|
|
|
> - Item {MD004}
|
|
> - Item {MD004}
|
|
|
|
Text
|
|
|
|
> 1. Item
|
|
> 1. Item
|
|
> 1. Item {MD030}
|
|
|
|
Text
|
|
|
|
> * Item {MD004}
|
|
> * Item {MD004}
|
|
> * Item {MD004} {MD030}
|
|
> * Item {MD004} {MD005}
|
|
> * Item {MD004} {MD005}
|
|
|
|
Text
|
|
|
|
> Text
|
|
> > - Item {MD004}
|
|
> > - Item {MD004} {MD027}
|
|
> > - Item {MD004}
|
|
> > > - Item {MD004}
|
|
> > > - Item {MD004} {MD027}
|
|
> > > - Item {MD004} {MD027}
|
|
|
|
Text
|
|
|
|
>+ Item
|
|
> + Item
|
|
>>+ Item
|
|
>> + Item
|
|
|
|
Text
|
|
|
|
> Quoted text
|
|
>
|
|
> * A list {MD004}
|
|
> * of items {MD004}
|
|
>
|
|
> More quoted text
|
|
|
|
Text
|
|
|
|
> Quoted text
|
|
>
|
|
> > + A list
|
|
> > + of items
|
|
>
|
|
> More quoted text
|
|
|
|
Text
|
|
|
|
> Quoted text
|
|
>
|
|
> > - A list {MD004}
|
|
> > - of items {MD004}
|
|
> >
|
|
> > More quoted text
|