Update markdown tests
This commit is contained in:
parent
d6ee1cf4a3
commit
0525c05ea8
|
@ -1,5 +1,4 @@
|
|||
- item
|
||||
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# heading 1
|
||||
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
|
||||
## heading 2
|
||||
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
|
|
|
@ -13,15 +13,12 @@ pets:
|
|||
- bat
|
||||
match: !!js/regexp /pattern/gim
|
||||
run: !!js/function function() { }
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
|
||||
1. one
|
||||
1. one
|
||||
2. two
|
||||
2. three
|
||||
3. three
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
layout: default
|
||||
title: this is my title
|
||||
description: this is my description
|
||||
layout: default
|
||||
title: this is my title
|
||||
description: this is my description
|
||||
---
|
||||
|
||||
test ing
|
||||
test
|
||||
ing
|
||||
|
|
Loading…
Reference in New Issue