一、內文 直接打即可
二、標題 有六級
# 一級標題
## 二級標題
### 三級標題
#### 四集標題
##### 五級標題
###### 六級標題
三、粗體
我是LEE
我是**LEE**
四、斜體
我是LEE
我是*LEE*
五、有序序列
1. 有序序列
1. hello
2. hi
3. h
1. 也可以
2. 內縮
3. 很多
4. 個
5. 耶
6. 耶
2. 也可以打
六、無序序列
* 無序序列
* 內縮序列要四個空白鍵
* 是一隻手
七、引用
引用通常放文章最前面當引言
> 引用通常放文章最前面當引言
八、超連結
[]()
[跳轉到我的網站首頁](https://imgameking.github.io/)
[跳轉到 youtube](https://www.youtube.com/)
[跳轉到我的 GitHub](https://github.com/)
[跳轉到個人網站另一篇文章](/blog/post-1)
九、圖片
![]()


十、單行程式碼
你是阿財 你喜歡學習hello
你是阿財 你喜歡學習`hello`
十一、多行程式碼
print("Hello World")
print("Hello World")
print("Hello World")
```python
print("Hello World")
print("Hello World")
print("Hello World")
```
十二、表格
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
最後還有 Typora 可以用,所見即所得