markdown學(xué)習(xí)
二級(jí)標(biāo)題
三級(jí)標(biāo)題
四級(jí)標(biāo)題
這是加粗
這是斜體
這是注釋
?
這是代碼塊
import sys
<div>
</div>
include <stdio.h>
main(){
print("hello world");
}
1.test
2.test2
3.test3
- 標(biāo)簽
- 標(biāo)簽2
- 標(biāo)簽3
[圖片(image-d8f81c-1522467154119)]
百度
<html>
<head>
<script>
</script>
</head>
<body>
<div>
<p>這是一個(gè)文章</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)