Update markdown examples
This commit is contained in:
parent
f8bbd6c5ec
commit
ef8ca9798b
|
@ -1,4 +1,5 @@
|
|||
- item
|
||||
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# heading 1
|
||||
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
|
||||
## heading 2
|
||||
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: This is a title!
|
||||
title: 'This is a title!'
|
||||
---
|
||||
|
||||
stuff
|
||||
|
|
|
@ -1,23 +1,27 @@
|
|||
---
|
||||
title: "This is a title!"
|
||||
|
||||
title: This is a title!
|
||||
|
||||
name: Derek Worthen
|
||||
age: young
|
||||
contact: null
|
||||
email: "email@domain.com"
|
||||
contact:
|
||||
email: email@domain.com
|
||||
address: some location
|
||||
pets:
|
||||
- cat
|
||||
- dog
|
||||
- bat
|
||||
match: !<tag:yaml.org,2002:js/regexp> /pattern/gmi
|
||||
run: !<tag:yaml.org,2002:js/function> "function () {\n \n}"
|
||||
- cat
|
||||
- dog
|
||||
- bat
|
||||
match: !!js/regexp /pattern/gim
|
||||
run: !!js/function function() { }
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
- item
|
||||
|
||||
1. one
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
|
||||
2. three
|
||||
|
|
|
@ -4,4 +4,4 @@ title: this is my title
|
|||
description: this is my description
|
||||
---
|
||||
|
||||
test ing
|
||||
test ing
|
||||
|
|
Loading…
Reference in New Issue