/

MarkDown语法使用

`行内代码块`
这是行内代码块
代码块
```
这里是代码块
```

1
这里是代码块

*斜体*
这是斜体字
**粗体字**
这是粗体
标题
#一级标题
##二级标题
###三级标题
####四级标题
#####五级标题
######六级标题
分隔线
*** 或者 ---



~~删除线~~
这个文本被划去
链接

1
[链接文字](链接地址 "链接标题")

插入图片

1
![图片说明](图片链接 "图片标题")

插入视频

1
2
<script src="/js/youtube-autoresizer.js"></script>
<iframe width="640" height="360" src="https://www.youtube.com/embed/HfElOZSEqn4" frameborder="0" allowfullscreen></iframe>

插入音频,使用插件hexo-tag-aplayer,语法如下:

1
{% aplayer title author url [picture_url, narrow, autoplay, width:xx%, lrc:xxx] %}

转义符
\
引用
>

引用了一句话

使用 [^\1] [^\1]: 的脚注对来表示

1
2
3
4
5
6
7
Here is a footnote reference,[^1] and another.[^longnote]

[^1]: Here is the footnote.

[^longnote]: Here's one with multiple blocks.
Subsequent paragraphs are indented to show that they
belong to the previous footnote.

Here is a footnote reference,[^1] and another.[^longnote]

[^1]: Here is the footnote.

[^longnote]: Here’s one with multiple blocks.
Subsequent paragraphs are indented to show that they
belong to the previous footnote.
无序列表

1
2
3
4
5
6
+ 无序列表项 一
- 子无序列表 一
- 子无序列表 二
* 子无序列表 三
+ 无序列表项 二
+ 无序列表项 三
  • 无序列表项 一
    • 子无序列表 一
    • 子无序列表 二
      • 子无序列表 三
  • 无序列表项 二
  • 无序列表项 三

有序列表

1
2
3
4
5
1. 有序列表项 一
1. 子有序列表项 一
2. 子有序列表项 二
2. 有序列表项 二
3. 有序列表项 三
  1. 有序列表项 一
    1. 子有序列表项 一
    2. 子有序列表项 二
  2. 有序列表项 二
  3. 有序列表项 三

绘制表格格式如下,| 控制分列,- 控制分行,: 控制对齐方式。

1
2
3
4
5
| Item     | Value     | Qty   |
| :------- | --------: | :---: |
| Computer | 1600 USD | 5 |
| Phone | 12 USD | 12 |
| Pipe | 1 USD | 234 |
Item Value Qty
Computer 1600 USD 5
Phone 12 USD 12
Pipe 1 USD 234

关于LaTeX公式,这个比较复杂,不解释,搜索引擎解决