mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Sync to latest test file changes from Ruby implementation, commit d5145912de278e24ba7ebada19d84bb0cc609f96.
This commit is contained in:
parent
3adb25c79b
commit
4d0c963c70
5 changed files with 39 additions and 0 deletions
|
@ -6,6 +6,8 @@ Some text
|
||||||
|
|
||||||
This tests other things embedded in the blockquote:
|
This tests other things embedded in the blockquote:
|
||||||
|
|
||||||
|
- foo
|
||||||
|
|
||||||
> *Hello world*
|
> *Hello world*
|
||||||
> *foo* {MD027}
|
> *foo* {MD027}
|
||||||
> **bar** {MD027}
|
> **bar** {MD027}
|
||||||
|
@ -15,6 +17,8 @@ This tests other things embedded in the blockquote:
|
||||||
> **bar** more text
|
> **bar** more text
|
||||||
> 'baz' more text
|
> 'baz' more text
|
||||||
> `qux` more text
|
> `qux` more text
|
||||||
|
>
|
||||||
|
> - foo
|
||||||
|
|
||||||
Test the first line being indented too much:
|
Test the first line being indented too much:
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
* Item
|
* Item
|
||||||
+ Item {MD004}
|
+ Item {MD004}
|
||||||
- Item {MD004}
|
- Item {MD004}
|
||||||
|
* Item
|
||||||
|
|
||||||
|
> * Item
|
||||||
|
> + Item {MD004}
|
||||||
|
> - Item {MD004}
|
||||||
|
> * Item
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
- Item
|
- Item
|
||||||
* Item {MD004}
|
* Item {MD004}
|
||||||
+ Item {MD004}
|
+ Item {MD004}
|
||||||
|
- Item
|
||||||
|
|
||||||
|
> - Item
|
||||||
|
> * Item {MD004}
|
||||||
|
> + Item {MD004}
|
||||||
|
> - Item
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
+ Item
|
+ Item
|
||||||
* Item {MD004}
|
* Item {MD004}
|
||||||
- Item {MD004}
|
- Item {MD004}
|
||||||
|
+ Item
|
||||||
|
|
||||||
|
> + Item
|
||||||
|
> * Item {MD004}
|
||||||
|
> - Item {MD004}
|
||||||
|
> + Item
|
||||||
|
|
17
test/jekyll_post_2.md
Normal file
17
test/jekyll_post_2.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Hello World!
|
||||||
|
category: Meta
|
||||||
|
tags:
|
||||||
|
- tag
|
||||||
|
- another tag
|
||||||
|
- one more tag
|
||||||
|
url: http://example.com
|
||||||
|
excerpt: Hello World! Vestibulum imperdiet adipiscing arcu, quis aliquam dolor condimentum dapibus. Aliquam fermentum leo aliquet quam volutpat et molestie mauris mattis. Suspendisse semper consequat velit in suscipit.
|
||||||
|
---
|
||||||
|
|
||||||
|
# header1 {MD025}
|
||||||
|
|
||||||
|
This is just a sample post.
|
||||||
|
|
||||||
|
### offending header3 {MD001}
|
Loading…
Add table
Add a link
Reference in a new issue