markdown demo

# This is a title.

## second title

### thrid title

#### forth title

##### fifth title

- 文本以

- 文本而

- 文本三


1. 文本以

2. 文本而

3. 文本三

[百度](http://www.baidu.com)

![](http://ww4.sinaimg.cn/bmiddle/aa397b7fjw1dzplsgpdw5j.jpg)

> 人能掌握的只有现在和未来,因为过去只是记忆,而记忆是物质。


### 诗的引用

> 黄河远上白云间

> 一片孤城万仞山

> 羌笛**何**须怨杨柳

>牧童*遥指*杏花村

### code

'hello world'

'''

public static void main(String args[]) {

    System.out.println("这是一段代码");

}

'''


| Tables    | Are |Cool|

|---------------------|:-------:|---|

|col 3 is |right-aligned|$1600|

|col 2 is | centered|$12|
|zebra strips|are neat|$|


![][1]

[1]:http://latex.codecogs.com/gif.latex?\prod%20\(n_{i}\)+1

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