Skip to content

Commit

Permalink
修正第91行
Browse files Browse the repository at this point in the history
「`&` 符號其實很讓寫作網路」改成「`&` 符號其實很容易讓寫作網路」
  • Loading branch information
louis378 committed Feb 18, 2014
1 parent 5fd4844 commit e967c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ HTML 區段標籤和區塊標籤不同,在區段標籤的範圍內, Markdown

在 HTML 文件中,有兩個字元需要特殊處理: `<``&``<` 符號用於起始標籤,`&` 符號則用於標記 HTML 實體,如果你只是想要使用這些符號,你必須要使用實體的形式,像是 `&lt;``&amp;`

`&` 符號其實很讓寫作網路文件的人感到困擾,如果你要打「AT&T」 ,你必須要寫成「`AT&amp;T`」 ,還得轉換網址內的 `&` 符號,如果你要連結到:
`&` 符號其實很容易讓寫作網路文件的人感到困擾,如果你要打「AT&T」 ,你必須要寫成「`AT&amp;T`」 ,還得轉換網址內的 `&` 符號,如果你要連結到:

http://images.google.com/images?num=30&q=larry+bird

Expand Down

0 comments on commit e967c1b

Please sign in to comment.