| 1234567891011121314151617181920 |
- ---
- users:
- tj:
- name: tj
- age: 23
- email: 'tj@vision-media.ca'
- bob:
- name: 'bob'
- age: 27
- ted: { name: ted, age: 32, email: ted@tedtalks.com }
- country:
- name: Österreich
- website: http://en.wikipedia.org/wiki/Austria
- space:
- description: space, the final frontier
- brackets:
- square: Square [brackets] can go in the middle of strings
- squiggle: Squiggle {brackets} can also go in the middle of strings!
- extrasquare: [Scratch that] brackets can go at the beginning as long as they close and have text after.
- extrasquiggle: {Scratch that} squigs can go at the beginning also!
|