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,9 +10,11 @@ This tests other things embedded in the blockquote:
> *foo* {MD027} > *foo* {MD027}
> **bar** {MD027} > **bar** {MD027}
> "Baz" {MD027} > "Baz" {MD027}
> *foo* > `qux` {MD027}
> **bar** > *foo* more text
> 'baz' > **bar** more text
> 'baz' more text
> `qux` more text
Test the first line being indented too much: Test the first line being indented too much:

View file

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

View file

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