码迷,mamicode.com
首页 > 其他好文 > 详细

markdown 基本语法

时间:2015-04-26 21:00:05      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:


# 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>

markdown 基本语法

标签:

原文地址:http://www.cnblogs.com/yufenghou/p/4458271.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!