markdown test
文本。
这是 H1
这是 H2
这是 H6
代码:
1 | console.log('hello world'); |
1 | npm install gulp |
表格:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
这是一个标题。
- 这是第一行列表项。
- 这是第二行列表项。
给出一些例子代码:
return shell_exec("echo $input | $markdown_script");
列表:
- Red
- Green
- Blue
- Red
- Green
- Blue
- Bird
- McHale
- Parish
段落:
A list item with a blockquote:
This is a blockquote
inside a list item.
分隔线
链接内容:
This link has no title attribute.
强调
single asterisks
double asterisks
Use the printf()
function.
自动链接
*literal asterisks*
评论