### 我是大標題
### 引言
> 引言 : This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
> consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
> Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
引言 : This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
* 無順序清單 1
* 無順序清單 2
* 無順序清單 3
- 無順序清單 1
- 無順序清單 2
- 無順序清單 3
1. 有順序清單 1
2. 有順序清單 2
3. 有順序清單 3
- 有順序清單 1
- 有順序清單 2
- 有順序清單 3
3. Bird
1. McHale
8. Parish
- Bird
- McHale
- Parish
5. Bird
5. McHale
5. Parish
- Bird
- McHale
- Parish
1986. 我是順序清單.
1999. 我是順序清單.
1986\. 我只是一般文字.
1999\. 我只是一般文字.
- 我是順序清單.
- 我是順序清單.
1986. 我只是一般文字.
1999. 我只是一般文字.
> ###引言中段落大標題 :
> 1. 清單1
> 2. 清單2
###引言中段落大標題 :
- 清單1
- 清單2
灰底區在右邊喔 `我是灰底區 printf()` 左邊是灰底區.
灰底區在右邊喔 我是灰底區 printf()
左邊是灰底區.
A single backtick in a code span: `` ` ``
A backtick-delimited string in a code span: `` `foo` ``
A single backtick in a code span: `
A backtick-delimited string in a code span: `foo`
> 成功 example code:(前方需兩個tab)
>
> 程式碼區塊return shell_exec("echo $input | $markdown_script");
> 失敗 example code:(前方無兩個tab)
>
> 失敗的程式碼區塊return shell_exec("echo $input | $markdown_script");
成功 example code:(前方需兩個tab)
程式碼區塊
失敗 example code:(前方無兩個tab)
失敗的程式碼區塊
> 區塊引言
>
> > 區塊引言中引言
區塊引言
區塊引言中引言
1. This is a list item with two paragraphs. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
sit amet velit.
2. Suspendisse id sem consectetuer libero luctus adipiscing.
-
This is a list item with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
-
Suspendisse id sem consectetuer libero luctus adipiscing.
* A list item with a blockquote:
> This is a blockquote
> inside a list item.
-
A list item with a blockquote:
This is a blockquote inside a list item.
下方出現程式碼區塊喔:
我在程式區塊內喔
Here is an example of R Script:
library(car)
cat("Hello, I hate GG")
下方出現程式碼區塊喔:
我在程式區塊內喔
Here is an example of R Script:
library(car)
cat("Hello, I hate GG")
下方出現程式碼區塊喔:
我在程式區塊內喔
Here is an example of R Script:
```r
library(car)
cat("Hello, I hate GG")
#### Markdown Result :
下方出現程式碼區塊喔:
我在程式區塊內喔
Here is an example of R Script:
```r
library(car)
cat("Hello, I hate GG")
以下4種語法分割線樣式皆相同
* * *
***
*****
- - -
This is an example [image](dashboard_01.png) inline link.
This is an example image inline link.
![](dashboard_01.png)
![我是圖片](dashboard_01.png)
This is an example [URL](http://yahoo.com.tw "我是滑鼠移向連結會秀出的文字") inline link.
This is an example URL inline link.
This is an example [URL] [id] inline link.
Markdown使用星號(*)和底線(_)作為標記強調字詞的符號,被*或_包圍的字詞會被轉成用<em>標籤包圍,用兩個*或_包起來的話,則會 被轉成<strong>
*single asterisks*
_single underscores_
**double asterisks**
__double underscores__
single asterisks
single underscores
double asterisks
double underscores
<http://example.com/>
Markdown可以利用反斜線 \ 來插入一些在語法中有其他意義的符號,例如:如果你想要用星號加在文字旁邊的方式來做出強調效果(但不用<em>標籤),你可以在星號的前面加上反斜線 \
\*literal asterisks\*
*literal asterisks*
\ 反斜線
` 反引號
* 星號
_ 底線
{} 大括號
[] 方括號
() 括號
# 井字號
+ 加號
- 減號
. 英文句點
! 驚嘆號
冒號(Colons)是用來對齊的(擺左齊左、擺右齊右,都擺就置中)
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
最外圍的豎線(|)不是絕對需要,在原始文檔中你可以不要太在意美觀,實際轉成網頁或電子書時會呈現得很好。你也可以在表格內使用行內格式。
Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
1 | 2 | 3
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Markdown | Less | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |