前言
既然是博客网站,那么肯定要用到MD语法,下面记录一下语法。
链接
[淘宝网](http://www.yx319.cn/)
图片

标题
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
斜体
*这是斜体*
*[这是斜体链接](http://www.yx319.cn)*
*斜体,[这是斜体链接](http://www.yx319.cn)*
字体颜色
这是<label style="color:red">红色</label>字体
这是<label style="color:green">绿色</label>字体
这是<label style="color:yellow">黄色</label>字体
这是<label style="color:blue">蓝色</label>字体
字体加粗
**加粗**字体
Email:<41439753@qq.com>
无序排列
* list1
* list2
* list3
有序排列
1. list1
2. list2
3. list3
分割线
******
内容框
在上一行内容缩进的基础上再缩进四个空格
换行
尾部两个空格
中划线
~~中划线~~
添加注脚
这是脚注[^1]
[^1]: 这是脚注说明,会在文章的末尾显示.
表格
默认表格:
First Header | Second Header | Third Header
------------ | ------------- | ------------
Content Cell | Content Cell | Content Cell
Content Cell | Content Cell | Content Cell
左右浮动表格:
First Header | Second Header | Third Header
:----------- | :-----------: | -----------:
Left | Center | Right
Left | Center | Right
内容块
> 这里的内容在内容块中
Comments | 1 条评论
非常漂亮的特效