mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
MD027 should support blockquote nesting
This commit is contained in:
parent
84ff8bb616
commit
cbfdff227e
2 changed files with 13 additions and 5 deletions
|
|
@ -21,3 +21,11 @@ Test the first line being indented too much:
|
|||
> Foo {MD027}
|
||||
> Bar {MD027}
|
||||
> Baz
|
||||
|
||||
Nested blockquote
|
||||
|
||||
> A {MD027}
|
||||
>
|
||||
> > B {MD027}
|
||||
>
|
||||
> C {MD027}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue