提交 a3a7ed54 编写于 作者: G gaoxin

添加markdown学习笔记

上级
Markdown 学习笔记
===
字体样式
---
**两个\*\*是加粗**
__两个\_\_是加粗__
*一个\*是斜体*
_一个\_是斜体_
~~两个\~\~是删除线~~
标题
---
Setext 底线形式 =(3个以上) 一级标题
=====
Setext 底线形式 -(3个以上) 二级标题
---
# Atx 形式 几个\#就是几级标题
## 2级标题
### 3级 标题
#### 4级 标题
##### 5级 标题
###### 最多6个\# 6级 标题
链接
---
[CSDN博客链接](https://blog.csdn.net/qq_41863100?spm=1000.2115.3001.5343 "CSDN博客链接")
![CSDN博客链接](https://avatar.csdnimg.cn/C/4/E/1_qq_41863100_1560502872.jpg "头像")
列表
---
* gan
* jiu
+ wan
- le
1. one
2. two
4. three
12580/. four
- [ ] eat
- [x] gan
分割线
---
___
---
***
引用
---
> hello, I am Administrator
>
>> my email is **@**.com
> hhhh
hhhh
代码块
---
四个空格 code
一个tab code
`code`
```C#
// C# code
string str = "hello world!";
Console.WriteLine(str);
```
```C
// C code
#include <stdio.h>
int main()
{
return 0;
}
```
表格
---
|表头|姓名|邮箱|
|--- |----| ---|
|哈哈|admin|****|
|没毛病|哈 |ok |
|表头|姓名|邮箱|
|:---:|:----|---:|
|居中|左对齐|右对齐|
|66666666666666|6666666666666666|6666666666666666|
| \| | | |
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册