Markdown
标题
# 这是 <h1> 一级标题
## 这是 <h2> 二级标题
### 这是 <h3> 三级标题
#### 这是 <h4> 四级标题
##### 这是 <h5> 五级标题
###### 这是 <h6> 六级标题
这是 一级标题
这是 二级标题
这是 三级标题
这是 四级标题
这是 五级标题
这是 六级标题
强调
*这会是 斜体 的文字*
_这会是 斜体 的文字_
**这会是 粗体 的文字**
__这会是 粗体 的文字__
_你也 **组合** 这些符号_
~~这个文字将会被横线删除~~
这会是 斜体 的文字 这会是 斜体 的文字
这会是 粗体 的文字 这会是 粗体 的文字
你也 组合 这些符号
这个文字将会被横线删除
列表
无序列表
* Item 1
* Item 2
* Item 2a
* Item 2b
- Item 1
- Item 2
- Item 2a
- Item 2b
有序列表
1. Item 1
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
添加图片
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Format:
链接
http://github.com - 自动生成!
[GitHub](http://github.com)
http://github.com - 自动生成! GitHub
引用
> We're living the future so
> the present is our past.
We're living the future so the present is our past.
分割线
如下,三个或者更多的
---
连字符
***
星号
___
下划线
如下,三个或者更多的
连字符
星号
下划线
行内代码
我觉得你应该在这里使用
`<addr>` 才对。
代码块
你可以在你的代码上面和下面添加 ``` 来表示代码块。
语法高亮
你可以给你的代码块添加任何一种语言的语法高亮
我觉得你应该在这里使用
<addr>
才对。
代码块
你可以在你的代码上面和下面添加
来表示代码块。
语法高亮
你可以给你的代码块添加任何一种语言的语法高亮
任务列表
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
- [x] @mentions, #refs, links, formatting, and
tagssupported - [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
表格
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |