# markdown
**Repository Path**: NFUNM172015260/markdown
## Basic Information
- **Project Name**: markdown
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-09-25
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 新增编者常用md语法
#### 1.图片位置-居左/居中/居右
```

```
#### 2.调整图片大小
```

```
#### 3.调整图片大小并居中
```

```
#### 4.段落前空格
```
```
我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!我要拿到offer!!!
### :one: Headers 标题:
```
#### 我的
### 偶像是
## 爱喝奶茶的
# 周杰伦鸽鸽
/根据字号选择标题大小/
```
#### 我的
### 偶像是
## 爱喝奶茶的
# 周杰伦鸽鸽
### :two: Emphasis 文本强调:
````
斜体:*Won't Cry* / _Won't Cry_
加粗:**Won't Cry** / __Won't Cry__
粗斜体:***Won't Cry*** / __Won't Cry__
/*及_都可以用于斜体,注意数量可引发不同的文本强调符号/
````
斜体:*Won't Cry* / _Won't Cry_
加粗:**Won't Cry** / __Won't Cry__
粗斜体:***Won't Cry*** / __Won't Cry__
### :three: Lists 列表:
#### 无序列表
````
* 稻香
+ 可爱女人
- 说好的幸福呢
/以上 * + — 三种都可以用于无序列表/
````
* 稻香
+ 可爱女人
- 说好的幸福呢
#### :four: 有序列表
````
1. 稻香
2. 可爱女人
3. 说好的幸福呢
/直接在需要列表的前列加上数字跟英文句号就可做出有序列表/
````
1. 稻香
2. 可爱女人
3. 说好的幸福呢
#### :five: 组合
```
- 杰伦粉丝的收藏歌单
1. 稻香
2. 可爱女人
3. 说好的幸福呢
```
- 杰伦粉丝的收藏歌单
1. 稻香
2. 可爱女人
3. 说好的幸福呢
### :six: 插入链接
1. 内嵌链接 [Google](https://www.google.com "title text")
```
[Google](https://www.google.com "title text")
/中括号是别人能看到的链接提示文字,括号是放入链接/
```
2. 内嵌邮箱 <923547307@qq.com>
```
<923547307@qq.com>
/直接在 <> 中打入邮箱地址即可/
```
### :seven: 插入图片
1. 内嵌照片
```

/中括号是在尚未能加载出来时,别人看到的图片提示文字;括号是放入链接/
```

### :eight: 代码和语法高亮:
1. 标记一小段行内代码:
`这里输入代码`
本文是一篇介绍`Markdown`的语法的文章
2. 标记一大段代码:
```html
Syntax Highlighting
/首行与末行分行输入```,中间是你要展示的代码/
```
### :nine: 水平分割线
```
***
* * *
- - -
/三种皆可/
```
***