Markup languages -- Markdown & reStructuredText

Category: /knowledge /front_end
Tags: front_end

Resources

From Wikipedia

Editors

  • FCK Editor, http://www.fckeditor.net/
  • TinyMCE, http://tinymce.moxiecode.com/
  • WMD, http://wmd-editor.com/
  • Markitup, http://markitup.jaysalvat.com/home/

Markdown

Emphasized text

**strong emphasis** (more common) or __strong emphasis__ (e.g., boldface)

*emphasis* or _emphasis_ (more common)  (e.g., italics)
注: 斜体在中文里并不常用, 至少我觉得不符合中文阅读习惯, 不推荐

Lists

 * An item in a bulleted (unordered) list
     * A subitem, indented with 4 spaces
 * Another item in a bulleted list

Images

vim snippet: img

  1. ![Alt text here](Image URL here "Image title here")
  2. or

     ![Alt text here][imageref]
     [imageref]: image.url.here "Image title here"
    

vim snippet: ld, lr

  1. link text here
  2. or [link text here][linkref] [linkref]: link.address.here “link title here”

reStructuredText

讨论

提示

  • 如果看不到讨论部分, 请暂时关掉adblock in Firefox/Chrome
  • 本网站使用Javascript实现评论功能, 此处外链对提高您的网站PR没有帮助. (潜台词: 请不要灌水, 谢谢)