Markdown Rules
#一级标题
# #二级标题
# # #三级标题
# # #四级标题
# # # #五级标题
##### #六级标题
# # # #无序列表 (MARKDOWN2 need to use two spaces, the sequence is also required to achieve the effect of two blank space)
* 1
* 2
* 3
# # #有序列表
1.1
2.2
3.3
> Add Reference
# # # #插入连接 (the difference between inserting a connection and inserting a picture is whether it exists!) (exclamation point))
[Baidu] (http://www.baidu.com)
# # #插入图片
! [Mou icon] (http://www.yanyulin.info/pics/1593358327250.png)
# # # #斜体 (use 1 "*" or "_" at both ends of the text you want to set as italic)
* This is used in italics *
# # # #粗体 (use 2 "*" or "_" at both ends of the text you want to set as italic)
* * This is used in bold * *
# # #分割线
***
# # #代码框
' public void Main (string[] args) '
# # #创建连接
<[email protected]>
# # #创建段落
This is a paragraph
This is another paragraph
This is another paragraph.
Markdown Instance Code