markdown_learning
#markdown code part start
* emphasize
* seperate line
* auto link
* picture
*************
+ emphaize
> __You__ are strong
+ **he** is strong
+ *she* is em
+ _it_ is em
**********
use the `printf()` function
这是一个普通段落。
<table>
<tr>
<td>Foo</td>
</tr>
</table>
这是另一个普通段落。
> This is the first level of quoting.
>
> > This is nested blockquote.
>
> Back to the first level.
I get 10 times more traffic from [Google] [1] than from
[Yahoo] [2] or [MSN] [3].
[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"
![Alt text][4]
[4]: http://image.baidu.com/detail/newindex?col=%E5%A3%81%E7%BA%B8&tag=%E5%88%9B%E6%84%8F&pn=1&pid=9433162230&aid=329840961&from=1&tag3=%E6%8A%A4%E7%9C%BC&app_id=578130&user_id=851997103&is_album=0&sortlog=0&width=1280&height=800&ic=0
___________________
#code part end#
- emphasize
- seperate line
- auto link
- picture
-
emphaize
- You are strong
- he is strong
- she is em
- it is em
- xinran comes from hebei
- xinran is a beautiful and smart girl
use the
printf()
function这是一个普通段落。
- youxu
- lie
- biao
Foo |
这是另一个普通段落。
This is the first level of quoting.
This is nested blockquote.
Back to the first level.
I get 10 times more traffic from [Google] 1 than from [Yahoo] 2 or [MSN] 3.