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