mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD027/no-multiple-space-blockquote to handle multiple lines of indented code inside a blockquote (fixes #1393).
This commit is contained in:
parent
368cb1be5f
commit
0eedda0a6c
5 changed files with 44 additions and 4 deletions
|
|
@ -46,3 +46,17 @@ Test nothing in the blockquote:
|
|||
|
||||
>
|
||||
{MD027:-1}
|
||||
|
||||
<!-- markdownlint-disable code-block-style -->
|
||||
|
||||
> Blockquoted code blocks:
|
||||
>
|
||||
> Code
|
||||
> Code
|
||||
> Code
|
||||
>
|
||||
> ```text
|
||||
> Code
|
||||
> Code
|
||||
> Code
|
||||
> ```
|
||||
|
|
|
|||
|
|
@ -6825,6 +6825,20 @@ Generated by [AVA](https://avajs.dev).
|
|||
␊
|
||||
> ␊
|
||||
{MD027:-1}␊
|
||||
␊
|
||||
<!-- markdownlint-disable code-block-style -->␊
|
||||
␊
|
||||
> Blockquoted code blocks:␊
|
||||
>␊
|
||||
> Code␊
|
||||
> Code␊
|
||||
> Code␊
|
||||
>␊
|
||||
> \`\`\`text␊
|
||||
> Code␊
|
||||
> Code␊
|
||||
> Code␊
|
||||
> \`\`\`␊
|
||||
`,
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue