# hello worldyou can write text [with links](http://example.com) inline or [link references][1].- one _thing_ has *em*phasis- two **things** are **bold**[1]: http://example.com---# hello world<this_is inline="xml"></this_is>> markdown is so cool so are code segments1. one thing (yeah!)2. two thing `i can write code`, and `more` wipee!
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
This is a header
This is the first list item.
This is the second list item.
Here's some example code:
Markdown.generate();
> ## This is a header.> 1. This is the first list item.> 2. This is the second list item.>> Here's some example code:>> Markdown.generate();
Red
Green
Blue
Red
Green
Blue
Red
Green
Blue
- Red- Green- Blue* Red* Green* Blue- Red- Green- Blue
Buy flour and salt
Mix together with water
Bake
1. Buy flour and salt1. Mix together with water1. Bake
This is [an example](http://example.com "Example") link.[This link](http://example.com) has no title attr.This is [an example] [id] reference-style link.[id]: http://example.com "Optional Title"