markdown学习
二级标题
三级标题
四级标题
这是加粗
这是斜体
这是注释
©
这是代码块
import sys
<div>
</div>
include <stdio.h>
main(){
print("hello world");
}
1.test
2.test2
3.test3
- 标签
- 标签2
- 标签3
[图片(image-d8f81c-1522467154119)]
百度
<html>
<head>
<script>
</script>
</head>
<body>
<div>
<p>这是一个文章</p>
<a herf>http://www.baidu.com</a>
</div>
<div class>
<th>
</div>
</body>
</html>
import sys
import date
a = 5;
print (a)
for n in range(0,a):
print(n)