Markdown学习
标题:#+空格+标题名字
二级标题
二级标题(最多到6级标题):2到6个#+空格+标题名字
字体
helloworld(粗体:** XXX **)(ctrl+i)
helloworld(斜体:* xxx *)(ctrl+u)
helloworld(斜体加粗:** * xxx * **)(ctrl+b)
helloworld(划掉文本:~~ xxx ~~)(ctrl+t)
引用
使用>+空格
分割线
用 ---或*** 就可以
图片
(路径也能使用网络图片的路径)
超链接
( ![标题名字](链接路径))
列表
-
序号+.+空格
-
-
-+空格
-
表格
名字 | 性别 | 生日 |
---|---|---|
赵泽鑫 | 男 | 1999.10.09 |
(右键插入)
原理:(xx|xx|xx)
代码
(```+编写语言)