Synchronize outdated test files with versions from mivok/markdownlint.

This commit is contained in:
David Anson 2015-09-26 21:16:03 -07:00
parent e75cf4aa9c
commit 8ec965c5af
3 changed files with 7 additions and 6 deletions

View file

@ -10,12 +10,14 @@ This tests other things embedded in the blockquote:
> *foo* {MD027}
> **bar** {MD027}
> "Baz" {MD027}
> *foo*
> **bar**
> 'baz'
> `qux` {MD027}
> *foo* more text
> **bar** more text
> 'baz' more text
> `qux` more text
Test the first line being indented too much:
> Foo {MD027}
> Bar {MD027}
> Baz
> Baz

View file

@ -1,5 +1,4 @@
{
"default": true,
"MD002": false,
"MD041": true
}

View file

@ -1 +1 @@
## Second level header {MD041}
## Second level header {MD041} {MD002}