可以使用Markdown了?

园子果然领先

1.标题类

一级标题

二级标题

三级标题

四级

六级

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

2.换行

第一行
换一行
在换一行

3.多个下划线

the_odd_egg
odd
斜体用星号

4.删除线

delete

5.代码着色

#include<stdio.h>
int main(void)
{
	int num;
	return 0;
}
public class TestClass {
	private int num;
	public TestClass(){}
}

这个用插入的代码试试

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

好像一样

6.任务列表

7.表格

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

这个是图片
郁金香

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

posted @ 2014-06-28 10:17  whseay  阅读(151)  评论(0编辑  收藏  举报