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

可以使用Markdown了?

时间:2014-07-07 21:28:02      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:blog   http   java   使用   strong   2014   

园子果然领先

1.标题类

一级标题

二级标题

三级标题

四级

六级

怎么可以用`#`号?上传上去看看

2.换行

第一行 换一行 在换一行

3.多个下划线

theoddegg odd 斜体用星号

4.删除线

~~delete~~

5.代码着色

```c

include

int main(void) { int num; return 0; } ```

public class TestClass {
    private int num;
    public TestClass(){}
}

这个用插入的代码试试

public class TestClass {
    private int num;
    public TestClass(){}
}
好像一样

6.任务列表

  • [x] @mentions, #refs, links, formatting, and tags supported
  • [x] list syntax required (any unordered or ordered list supported)
  • [x] this is a complete item
  • [ ] this is an incomplete item

7.表格

| Left-Aligned 左对齐 | Center Aligned 居中 | Right Aligned 右对齐| | :------------ |:---------------:| -----:| | col 3 is | some wordy text | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |

这个是图片 bubuko.com,布布扣

换行是怎么算的?这是一行? 这是第二行?

可以使用Markdown了?,布布扣,bubuko.com

可以使用Markdown了?

标签:blog   http   java   使用   strong   2014   

原文地址:http://www.cnblogs.com/whseay/p/3813049.html

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