1. Block element
Paragraph: blank line
Blank Block: Multiple spaces
Title: #一级标题 # #二级标题 # #三级标题 #
References: > Symbols as to the text or paragraph to be quoted
List:
Ordered list each row is preceded by a numeric character
Unordered list per row by one * , + or-的字符开头
Block of code: requires more than four spaces or more than one tab
Horizontal line: Consists of three or more hyphens-, asterisks *, underscores _, and spaces are allowed in the middle
2. Span element
Hyperlinks: Made up of two types: inline (inline) and reference (reference)
Enclose the text content that you want to hyperlink in square brackets, such as [about us]
Inline link: [About us] (http://bonnielai.github.io/)
Reference Link: Use two-level square brackets such as: [[My internal link|internal-ref]]
Emphasis: * Or _ is placed before or after the content of italic; * * or __ before and after content to indicate bold
Code: Use English anti-dot ' This is a code '
Image: Format as hyperlink, just link to picture address [My Unicorn] (https://github.com/unicorn.png)
3. Other
Automatic linking using angle brackets, such as
Escape using backslashes to markdown syntax ignores subsequent characters
GitHub Pager Learning