Help on Markdown
Here are a few codes you can use to format text:italics: *text*
bold: **text**
Links: [text](http://www.address.com/)
Leaving a blank line between paragraphs will display as a paragraph break.
Two or more spaces at the end of a line creates a linebreak without a paragraph break.
1. A item of an ordered list
2. Another item
creates:
- A item of an ordered list
- Another item
* A item of an unordered list
* Another item
creates:
- A item of an unordered list
- Another item
A complete syntax list is available at Ollieman.net.

