Markdown is a lightweight markup language that converts plain text into HTML. Below is some commonly used syntax, the full documentation can be found here.
You Type |
We Display |
# Header 1 |
Header 1 |
### Header 3 |
Header 3 |
[link name](http://example.com) |
link name |
*emphasis* |
emphasis |
**strong** |
strong |
* unordered item 1 * unordered item 2 |
- unordered item 1
- unordered item 2
|
1. ordered item 1 2. ordered item 2 |
- ordered item 1
- ordered item 2
|
> This is a blockquote |
This is a blockquote |