mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Synchronize outdated test files with versions from mivok/markdownlint.
This commit is contained in:
parent
e75cf4aa9c
commit
8ec965c5af
3 changed files with 7 additions and 6 deletions
|
|
@ -10,9 +10,11 @@ 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:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD002": false,
|
||||
"MD041": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
## Second level header {MD041}
|
||||
## Second level header {MD041} {MD002}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue