# 標題大小與 <h1> ~ <h6> 對應
# = <h1>
## = <h2>
### = <h3>
#### = <h4>
##### = <h5>
###### = <h6>
Highlight
我是一般字型
我是 強調字型
Code
<body></body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
Blockquote
小白每天起床都會說: 今天天氣好好
Table
| AAA | BBB | CCC |
|---|---|---|
| ABC | EDF | GHI |
| 123 | 456 | 789 |
List
fruit
apple
banana
meat
beef
chicken
Write the press release
Update the website
Contact the media
Math
$$ c = \sqrt{a^{2}+b_{xy}^{2}+e^{x}} $$
參考資料
看原文文檔可以學更多喔!
.md 進階用法
.md Syntax highlighting 進階用法