在前幾年有Markdown這個東西,有嘗試著練習。不過…太久沒用了,也沒有實戰用到…,所以全部忘光光囧,但最近看到LogDown這個玩意,就突然想寫寫看。
LogDown是台灣xdite大大做的,也算是台灣之光,所以也來支持一下^^
#標題寫法1
2標題寫法(最高階)
===
or1
2標題寫法(第二階)
---
or1
#標題寫法
引用
1 | >引用 |
引用
區塊引用
1 | >引用 |
- 清單or
1
+ 清單
or1
- 清單
1
* 清單
- PHP
- Python
- Ruby on Rails
1 | 1. PHP |
This is a list item with two paragraphs.
This is the second paragraph in the list item. You’re
only required to indent the first line. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit.Another item in the same list.
1 | * This is a list item with two paragraphs. |
test
test
1 | * test |
1986. What a great season.
1 | 1986\. What a great season. |
This is a Google Url .1
This is a [Google Url ](http://google.com.tw).
This is a 相對位置 url.
This is a 絕對位置 url.1
2This is a 相對位置 [url](test).
This is a 絕對位置 [url](/test/).
This is a [Google URL][Google].
This is a [谷歌][谷歌].(id:中文也可以)
[Google]: http://google.com.tw “Google”
[谷歌]: http://google.com.tw “谷歌”
1 | This is a \[Google URL\]\[Google\]. |
連結Google可以省略寫成
[Google][]
[Google]:http://google.com.tw1
2\[Google][]
\[Google]:http://google.com.tw
1 | *em* |
ls -l
(一行顯示)1
`ls -l`
This is a (用法跟一般連結差不多)1
This is a ![Chrome Image](https://www.google.com.tw/images/icons/product/chrome-48.png)
單一*或_包圍字串會轉成\
兩個*或_包圍字串\
em
strongstrike
1 | *em* |
Flying is learning how to throw yourself at the ground and miss.
Over the past 24 hours I’ve been reflecting on my life & I’ve realized only one thing. I need a medieval battle axe.
1 | {% blockquote Author Name %} |
第一欄 | 第二欄 | 第三欄 | ||
---|---|---|---|---|
第一格 | 第二格 | 第三格 | ||
第一格 | 第二格 | 第三格 |
1 | |第一欄|第二欄|第三欄| |
test
1 | 1+1=2 |
有些用Markdown包起`來好像怪怪的,不知道是不是我寫錯的關係。以前也不知道Markdown也能寫表格XD
希望以後這些我前用的到。