strong or strong
emphasize or emphasize
Right angle brackets > are used for block quotes.
An email hanxvdovehx@gmail.com link.韩旭
Simple inline link http://github.com/superhx, another inline link
Simple inline link http://github.com/superhx, another inline link superhx, one more inline link with title superhx.
A reference style link. Input id, then anywhere in the doc, define the link with corresponding id:
Titles ( or called tool tips ) in the links are optional.
An inline image, title is optional.
Control image style by youself.
Inline code are surround by backtick
key. To create a block code:
Indent each line by at least 1 tab, 2 spaces or 4 spaces. var Mou = exactlyTheAppIwant;
Ordered lists are created using "1." + Space:
- Ordered list item
- Ordered list item
- Ordered list item
Unordered list are created using "*" + Space:
- Unordered list item
- Unordered list item
- Unordered list item
Or using "-" + Space:
- Unordered list item
- Unordered list item
- Unordered list item
End a line with two or more spaces will create a hard linebreak, called <br />
in HTML.
Above line ended with 2 spaces.
Three or more asterisks or dashes:
Setext-style:
atx-style:
Wrap with 2 tilde characters:
Strikethrough
Start with a line containing 3 or more backticks, and ends with the first line with the same number of backticks:
Fenced code blocks are like Stardard Markdown's regular code
blocks, except that they're not indented and instead rely on
a start and end fence lines to delimit the code block.
A simple table looks like this:
First Header | Second Header | Third Header |
---|---|---|
Content Cell | Content Cell | Content Cell |
Content Cell | Content Cell | Content Cell |
If you wish, you can add a leading and tailing pipe to each line of the table:
First Header | Second Header | Third Header |
---|---|---|
Content Cell | Content Cell | Content Cell |
Content Cell | Content Cell | Content Cell |
Specify alignment for each column by adding colons to separator lines:
First Header | Second Header | Third Header |
---|---|---|
Left | Center | Right |
Left | Center | Right |