Markdown (http://en.wikipedia.org/wiki/Markdown)
标题:
- 第一行
- 第二行
- 第二行
代码(用四个空格缩进)
local action = ngx.ctx.action
local cgi = ngx.ctx.cgi
for k, v in pairs(cgi.params) do
print(v)
end
强调
顶
文章块
> This text will be enclosed in an HTML blockquote element. > Blockquote elements are reflowable. You may arbitrarily > wrap the text to your liking, and it will all be parsed > into a single blockquote element.
链接:
短短的
My name is Hugo Zhu.



