mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-31 03:05:16 +01:00
Add MD026, MD027 with tests.
This commit is contained in:
parent
1112ac729d
commit
285a30e124
5 changed files with 109 additions and 15 deletions
21
test/blockquote_spaces.md
Normal file
21
test/blockquote_spaces.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Some text
|
||||
|
||||
> Hello world
|
||||
> Foo {MD027}
|
||||
> Bar {MD027}
|
||||
|
||||
This tests other things embedded in the blockquote:
|
||||
|
||||
> *Hello world*
|
||||
> *foo* {MD027}
|
||||
> **bar** {MD027}
|
||||
> "Baz" {MD027}
|
||||
> *foo*
|
||||
> **bar**
|
||||
> 'baz'
|
||||
|
||||
Test the first line being indented too much:
|
||||
|
||||
> Foo {MD027}
|
||||
> Bar {MD027}
|
||||
> Baz
|
||||
Loading…
Add table
Add a link
Reference in a new issue