Last active
August 29, 2015 14:13
-
-
Save palmin/8ae984a6e763543e988e to your computer and use it in GitHub Desktop.
comprehensive but short yaml-file for testing with highlight.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
receipt: Oz-Ware Purchase Invoice | |
date: 2012-08-06 | |
customer: | |
given: Dorothy | |
family: Gales | |
items: | |
- part_no: A4786 | |
descrip: Water Bucket (Filled) | |
price: 1.47 | |
quantity: 4 | |
- part_no: E1628 | |
descrip: High Heeled "Ruby" Slippers | |
size: 8 | |
price: 100.27 | |
quantity: 1 | |
- {part_no: E1628, descrip: High Heeled "Ruby" Slippers} | |
bill-to: &id001 | |
street: | | |
123 Tornado Alley | |
Suite 16 | |
city: East Centerville | |
state: KS | |
ship-to: *id001 | |
specialDelivery: > | |
Follow the Yellow Brick | |
Road to the Emerald City. | |
Pay no attention to the | |
man behind the curtain. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment