Update markdown examples

This commit is contained in:
Glavin Wiechert 2016-04-23 17:13:54 -03:00
parent f8bbd6c5ec
commit ef8ca9798b
6 changed files with 22 additions and 15 deletions

View File

@ -1,4 +1,5 @@
- item
1. one
2. two
3. three

View File

@ -1,9 +1,11 @@
# heading 1
- item
- item
- item
## heading 2
1. one
2. two
3. three

View File

@ -1,5 +1,5 @@
---
title: This is a title!
title: 'This is a title!'
---
stuff

View File

@ -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

View File

@ -4,4 +4,4 @@ title: this is my title
description: this is my description
---
test ing
test ing