Sync to latest test file changes from Ruby implementation, commit d5145912de278e24ba7ebada19d84bb0cc609f96.

This commit is contained in:
David Anson 2020-01-26 20:50:05 -08:00
parent 3adb25c79b
commit 4d0c963c70
5 changed files with 39 additions and 0 deletions

View file

@ -6,6 +6,8 @@ Some text
This tests other things embedded in the blockquote:
- foo
> *Hello world*
> *foo* {MD027}
> **bar** {MD027}
@ -15,6 +17,8 @@ This tests other things embedded in the blockquote:
> **bar** more text
> 'baz' more text
> `qux` more text
>
> - foo
Test the first line being indented too much:

View file

@ -1,3 +1,9 @@
* Item
+ Item {MD004}
- Item {MD004}
* Item
> * Item
> + Item {MD004}
> - Item {MD004}
> * Item

View file

@ -1,3 +1,9 @@
- Item
* Item {MD004}
+ Item {MD004}
- Item
> - Item
> * Item {MD004}
> + Item {MD004}
> - Item

View file

@ -1,3 +1,9 @@
+ Item
* Item {MD004}
- Item {MD004}
+ Item
> + Item
> * Item {MD004}
> - Item {MD004}
> + Item

17
test/jekyll_post_2.md Normal file
View 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}