markdown test

dog bird cat
foo foo foobar
fff bar barbaz
水电费 baz baz

2<3

sdfsdfsadf

test1

test2

test3

test

test1

h2#

sfsdfsdf
:sdfsdf

lsdjflksjf

这是一个标题。

  1. 这是第一行列表项。
  2. 这是第二行列表项。

给出一些例子代码:
return shell_exec("echo $input | $markdown_script");

撒旦法

return shell_exec("echo $input | $markdown_script");

This is [an example][id] reference-style link.
This is [an example] [id] reference-style link.
[id]: http://example.com/ "Optional Title Here"

single asterisks

single underscores
double asterisks

double underscores

Use the printf() function.

There is a literal backtick (`) here.

![Alt text]( "Optional title")

  • red sdfdsf
  • sdf

  • A list item with a blockquote: > This is a blockquote > inside a list item.

  • 一列表项包含一个列表区块:
    < return shell_exec("echo $input | $markdown_script"); >

这是一个普通段落:

这是一个代码区块。

你可能感兴趣的:(markdown test)