In order to enhance the efficiency of subsequent Wiki development, write a document written using the prescriptive tools in accordance with the specification.
Title
# + 空格You can add a heading style by adding it before the title content:
- First level title add a
# + space, for example: # I'm a headline
- The second level title adds two
# + spaces, for example: # # I'm level two heading.
- Level Three title add three
# + spaces, for example: # # # I am a three-level title.
In turn ...
Special word processing line wrapping
Writing examples:
我是第一行(后面有两个空格) 我是第二行
Effect:
I am the first line (there are two spaces behind)
I'm the second line.
Bold
Writing examples:
**我是粗体**
Effect:
I am a bold
Highlight
Writing examples:
`请把我标亮`
Effect:
请把我标亮
List level list (without ordinal)
Writing examples:
- 列表 1(减号 + 空格)- 列表 2
Effect:
- Listing 1 (minus + spaces)
- Listing 2
First Level list (with serial number)
Writing examples:
1. 列表 1(自然数 + 点 + 空格)2. 列表 2
Effect:
- List 1 (natural number + dots + spaces)
- Listing 2
Level two list (without serial number)
Writing examples:
- 列表 1(一级列表:减号 + 空格) - 列表 1.1(二级列表:空格 + 减号 + 空格) - 列表 1.2- 列表 2
Effect:
- List 1 (First level list: minus + spaces)
- List 1.1 (Level two list: space + minus sign + space)
- Listing 1.2
- Listing 2
Add a picture
Writing examples:

Effect:
Add a hyperlink
Writing examples:
[链接描述文字(可见)](链接地址)
Effect:
Click to jump to Geek college
Reference
Writing examples:
>注意: 我是引用的内容(空一行就结束引用)。
Effect:
Attention:
I am referring to the content (an empty line on the end of the reference).
Add code
Writing examples:
The '/////code area is three ' or ' enclosed in public class person { //code indent please use four spaces, do not use Tab} '
Effect:
// 代码区域的上下分别用三个 ` 括起来public class Person { // 代码缩进请使用 四个空格,不要使用 Tab}
Special attention
- Both the English letter and the Chinese need space between the two sides (no space between English and the symbol)
- Both sides of the highlighted English need space
- The code symbol ' above requires a blank line, and an empty line is required under ' end '
- Use Chinese punctuation between Chinese and short English
- Only one # title can appear in an article
- After the title #, you need a blank space.
Markdown five-minute Express