From d8338c88dbbf8cad25a38e82c073db6a4c385592 Mon Sep 17 00:00:00 2001 From: othree Date: Thu, 17 Mar 2011 09:13:27 +0800 Subject: [PATCH] list --- syntax.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/syntax.md b/syntax.md index 41146fd..2fc7ce0 100644 --- a/syntax.md +++ b/syntax.md @@ -494,8 +494,13 @@ List markers typically start at the left margin, but may be indented by up to three spaces. List markers must be followed by one or more spaces or a tab. +清單項目標記通常是放在最左邊,但是其實也可以縮排,最多三個空白,項目標記後面 +則一定要接著至少一個空白或 tab。 + To make lists look nice, you can wrap items with hanging indents: +要讓清單看起來更漂亮,你可以把內容用固定的縮排整理好: + * Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. @@ -504,6 +509,8 @@ To make lists look nice, you can wrap items with hanging indents: But if you want to be lazy, you don't have to: +但是如果你很懶,那也不一定需要: + * Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. @@ -513,11 +520,16 @@ But if you want to be lazy, you don't have to: If list items are separated by blank lines, Markdown will wrap the items in `

` tags in the HTML output. For example, this input: +如果清單項目間用空行分開, Markdown 會把項目的內容在輸出時用 `

` +標籤包起來,舉例來說: + * Bird * Magic will turn into: +會被轉換為: +