# markdown練習
## 簡介
1. 列表編號
- 列表分點
- BBB
- BBB-1
- CCC
- 列表分點2
## 網站連結
[連結名稱](https://www2.ck.tp.edu.tw/news/category/1)
## 程式碼說明
```=python=
print("Hello")
```
## 表格
| Column 1 | Column 2 | Column 3 | Column 3 |Column 3 |
| -------- | -------- | -------- | -------- | --------|
| Text | Text | Text | Column 3 |Column 3 |
| Text | Text | Text | Column 3 |Column 3 |
| Text | Text | Text | Column 3 |Column 3 |
| Text | Text | Text | Column 3 |Column 3 |
## 流程圖
```graphviz
digraph graphname{
A -> B;
B -> C;
}
```
###### tags: `markdown`