# 一級標題 H1 ## 二級標題 H2 ### 三級標題 H3 #### 四級標題 H4 **這是加粗的文字** *這是傾斜的文字*` ***這是斜體加粗的文字*** ~~這是加刪除線的文字~~
eg:html
這是加粗的文字
這是傾斜的文字`
這是斜體加粗的文字
這是加刪除線的文字shell
<table> <tr> <td>Foo</td> <td>Foo1</td> </tr> </table> `` eg:<table> <tr> <td>Foo</td> <td>Foo1</td> </tr> <tr> <td>Foo2</td> <td>Foo3</td> </tr> </table> ##區塊引用
This is the first level of quoting.markdown
This is nested blockquote. 區塊嵌套3d
Back to the first level.code
這是一個標題。
- 這是第一行列表項。
- 這是第二行列表項。
給出一些例子代碼:htm
return shell_exec("echo $input | $markdown_script");
eg: This is the first level of quoting. > > > This is nested blockquote. > > Back to the first level. > ## 這是一個標題。 > > 1. 這是第一行列表項。 > 2. 這是第二行列表項。 > > 給出一些例子代碼: > > return shell_exec("echo $input | $markdown_script"); ##連接
map/reduceblog
##圖片
```圖片