markdown 基本语法


# font

**加粗**

*斜体*

~~横线~~

[title](http://127.0.0.1)


#list

无须列表
*1
*2
*3

有须列表
1. 1
2. 2
3. 3

#引用

>这里是引用


#table
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |


#代码框
`
System.out.print("我是啦啦我骄傲")
`

<pre class=”brush: java; gutter: true;”>

// Java代码
class HelloImportnew {

}
</pre>

posted @ 2015-04-26 20:21  yufenghou  阅读(106)  评论(0编辑  收藏  举报