Welcome to Jekyll!
welcome to jekyll
Welcome to Jekyll!
##一些markdown的基本标签用法
测试 h1
测试 h2
测试 h3
测试 h4
测试 h5
测试 h6
测试粗体
测试斜体
测试引用
测试行代码 _post
1
这是一个代码段
测试段落代码
1
2
3
4
5
6
7
/* hello world demo */
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello, World!\n");
return 0;
}
#java代码高亮
1
2
3
4
/* hello world demo */
public static void main(args[] args){
System.out.println("Hello lwk ");
}
下面是表格
| head1 | head2 | head3 | head4 |
|---|---|---|---|
| row1text1 | r测试修改 | row1text3 | row1text4 |
| row2text1 | row2text2 | row2text3 | row2text4 |
| row3text1 | row3text2 | row3text3 | row3text4 |
| row4text1 | row4text2 | row4text3 | row4text4 |
本文由作者按照 CC BY 4.0 进行授权