Markdown 语法测试

本Blog文章由Markdown发文。一种网络的书写语言。Markdown

文章标题

1
2
3
# 这是 H1
## 这是 H2
###### 这是 H6

H

区块引用 Blockquotes

引用的区块内也可以使用其他的 Markdown 语法,包括标题、列表、代码区块等。

1
2
3
4
5
6
7
8
> ## 这是一个标题。
>
> 1. 这是第一行列表项。
> 2. 这是第二行列表项。
>
> >给出一些例子代码:
> >
> > return shell_exec("echo $input | $markdown_script");

Blockquotes

列表

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*   Red
* Green
+ Red
+ Green
- Red
- Green
1. Bird
2. McHale
1. Bird
1. McHale
1. Parish
//有序列表可以乱序排列,输出结果和有序列表相同
//1. Bird
//1. McHale
//1. Parish

list

代码区块

bash

1
2

hello world!

分隔线

1
2
3
4
5
6
7
8
9
* * *

***

*****

- - -

---------------------------------------



链接、图片

1
2
3
4
文字连接
[Blog](http://tingtashuo.cn)
图片连接
![image](https://tingtashuo.cn/img/images.png)

Blog

image

强调

如果你的 *_ 两边都有空白的话,它们就只会被当成普通的符号

1
2
3
4
5
6
7
*single asterisks*

_single underscores_

**double asterisks**

__double underscores__

single asterisks
single underscores
double asterisks
double underscores

代码

如果要标记一小段行内代码,你可以用反引号把它包起来(`)

1
2
3
4
5
Use the `printf()` function.

``There is a literal backtick (`) here.``
让`显示,需要用到`` ` ``
A backtick-delimited string in a code span: `` `foo` ``

Use the printf() function.
There is a literal backtick (`) here.
A backtick-delimited string in a code span: `foo`

其他

自动连接

1
2
<http://example.com/>
<address@example.com>

http://example.com/
address@example.com

反斜杠

用来插入特殊符号

1
2
3
4
5
6
7
8
9
10
11
12
13
14
\*literal asterisks\*

\ 反斜线
` 反引号
* 星号
_ 底线
{} 花括号
[] 方括号
() 括弧
# 井字号
+ 加号
- 减号
. 英文句点
! 惊叹号

*literal asterisks*

音乐连接

1
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=432506345&auto=1&height=66"></iframe>