This a test post for tables.

测试表格功能。

绘制表格

markdown 提供了简单的语法来绘制表格。

项目 价格 数量
计算机 $1600 5
手机 $12 12
管线 $1 234

Tables

You can specify column alignment with one or two colons:

Item Value Qty
Computer $1600 5
Phone $12 12
Pipe $1 234

SmartyPants

SmartyPants converts ASCII punctuation characters into “smart” typographic punctuation HTML entities. For example:

ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash — is en-dash, —- is em-dash

That’s all!