網頁

2017年1月21日 星期六

Markdown

# 課堂中的範例
## 粗體或斜體
**This is bold**
---
*This is tilt*
## 機器學習演算法的清單
- 分類
    - 決策樹
    - 羅吉斯回歸
    - ...etc
- 分群
    -
    -
    -...etc
- 迴歸
    -
    -
    -...etc

## 不想被執行的程式

這是一個 Inline code: `print(Hello World)`

這是一個 Code chunk:

```python
print("Penny Lane")
```

## 我最喜歡的樂團

|樂團名|主唱|
|-----|----|
|May  |Sien|
|Come |GG  |


## 參考連結

- [Penny Lane] - (https://backlogtool.com/git-guide/tw/reference/)
- [other] - (https://zlargon.gitbooks.io/git-tutorial/content/branch/commit_tree.html)

- 圖片:

![](https://www.qnap.com/QPKG/img/python_640x400.png)


---

> "This is Python"

沒有留言:

張貼留言