Jim Cheung

editor

試過的 markdown editor 中, [WriteMonkey][1] 可以, 但中文選字有問題. 在用 [MarkdownPad][2], 細小, 有 preview, 中文無問題, 只可惜沒有 tab.

電話在用 Epistle, 可以 preview, 支援 dropbox.

basic syntax

Paragraph

separted by one or more blank lines.

Line Break

end line with two or more spaces

Headers

========= or ———- or #####

Blockquote


> this is blockquote

Italic

this or this

Bold

this or this

Unordered List

*/+/- one */+/- two

Ordered List

  1. one
  2. two

Indenting the paragraph inside list by 4 spaces or 1 tab.

Links

link text link text

Reference style links

from [Google][1] and [Yahoo][2] and [MSN][3]

[1]: http://google.com "Google" [2]: http://yahoo.com "Yahoo" [3]: http://msn.com "MSN"

or

and [The New York Times][NY Times]

[ny times]: http://nytimes.com

Images

alt text

![alt text][id]

[id]: /path/to/image "title"

Code

<blink>

indent every line of block by 4 spaces or 1 tab

for codes under list item, leave a blank line and indent 4 more spaces for each list level