This template is used for later markdown reference.
Fonts:
1 | *Italics* |
Italics, Bold, Italics and Bold, Scratch
Link:
1 | [My Website](http://kidchen.github.io/) |
Reference:
Add “>“ before a line to express reference (add more “>“ to do nest).
This is a reference.
This is a nested reference.
Quote:
Say something.
For more information, visit this page.
Different subtitles:
Add one to six sharps(#) and a space before the head.
Head1
Head2
Head3
Head4
Head5
Head6
Codes:
Use “`“ around the inline code or use “```“ to define coding area.
This is an inline
code.
1 | code snippet |
1 | $ hexo new "My New Post" |
List:
Use “*“, “+“ or “-“ followed with a space to express unordered list.
- unordered list
- nested unordered list
- nested unordered list
- nested unordered list
- nested unordered list
Use numbers followed with a dot and a space to express ordered list.
- ordered list
- ordered list
- ordered list
Insert img:
1 | ![text](/path/to/your/img.jpg "option-title") |
Miscellaneous:
Use three or more “*“, “-“ or “_“ to add divide line.
Note: There is no other characters in the divide line except spaces
Use “\“ as the escape character.
Use <!-- more --> to add “more” button.
A very nice Cheat Sheet for Markdown syntax.