first

第一篇博文

请多指教

hello

粗体
<html></html>

1
2
3
4
5
6
7
8
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
1
2
3
4
int main(void) {
printf("c语言");
return 0;
}

链接百度

我的内容呢



这个是斜体

1
2
3
4
5
class A {
public static void main(String[] args){
System.out.println("aaa");
}
}