You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is intended as a quick reference and showcase. For more complete info, see [John Gruber's original spec](http://daringfireball.net/projects/markdown/) and the [Github-flavored Markdown info page](http://github.github.com/github-flavored-markdown/).
如果你正在找 Markdown Here 的小抄,這裡也有一篇。你也可以看看更多 Markdown 的工具。
Note that there is also a [Cheatsheet specific to Markdown Here](./Markdown-Here-Cheatsheet) if that's what you're looking for. You can also check out [more Markdown tools](./Other-Markdown-Tools).
如果你正在找 Markdown Here 的小抄(Cheatsheet),這裡也有一篇。你也可以看看更多 Markdown 的工具。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is intended as a quick reference and showcase. For more complete info, see [John Gruber's original spec](http://daringfireball.net/projects/markdown/) and the [Github-flavored Markdown info page](http://github.github.com/github-flavored-markdown/).
如果你正在找 Markdown Here 的小抄,這裡也有一篇。你也可以看看更多 Markdown 的工具。
Note that there is also a [Cheatsheet specific to Markdown Here](./Markdown-Here-Cheatsheet) if that's what you're looking for. You can also check out [more Markdown tools](./Other-Markdown-Tools).
##### Table of Contents
[Headers](#headers)
[Emphasis](#emphasis)
[Lists](#lists)
[Links](#links)
[Images](#images)
[Code and Syntax Highlighting](#code)
[Tables](#tables)
[Blockquotes](#blockquotes)
[Inline HTML](#html)
[Horizontal Rule](#hr)
[Line Breaks](#lines)
[Youtube videos](#videos)
<aname="headers"/>
## 標題
```no-highlight
# H1
## H2
### H3
#### H4
##### H5
###### H6
你也可以使用下劃線的方式標記H1與H2:
Alt-H1
======
Alt-H2
------
```
# H1
## H2
### H3
#### H4
##### H5
###### H6
你也可以使用下劃線的方式標記H1與H2:
Alt-H1
======
Alt-H2
------
<aname="emphasis"/>
## 重點
```no-highlight
重點,又被稱為斜體,在兩邊加上 *星號* 或是 _下劃線_ 。
更強的重點,又稱為粗體,在兩邊加上 **兩個星號** 或是 __兩個下劃線__ 。
也可以用 **星號與 _下劃線_** 結合重點。
刪除線使用兩個波浪符號。 ~~刪除這個。~~
```
重點,又被稱為斜體,在兩邊加上 *星號* 或是 _下劃線_ 。
更強的重點,又稱為粗體,在兩邊加上 **兩個星號** 或是 __兩個下劃線__ 。
也可以用 **星號與 _下劃線_** 結合重點。
刪除線使用兩個波浪符號。 ~~刪除這個。~~
<aname="lists"/>
## 列表
(在這個例子裡,前置與後面的空白以點的方式顯示:⋅)
(In this example, leading and trailing spaces are shown with with dots: ⋅)