markdown introduction

Markdown introduction
Software for Markdown

Markdown Basic command

Title

Front Style

  • Italic: _content_

    italic

  • Blod: ** **

    Blod

  • Inline Link

    [linkname](link)

  • Reference Link
    >

    [content][nickname]
    [nickname]: URL "Showtext" //Can be use for multi lines
    

image

  • Inline Link

    ![alt text](url for image)

  • Reference Link

    same to Reference link of words

Lists

  • Bullet Point: ‘* content ‘

    • content 1
    • content 2
  • Number

    1. content
    2. content

Table

Header One Header Two Header Three
Left Center Right

Other

  • Blockquotes

    > content

  • Text Highlight

    Two point which near number 1

  • Soft Break

    Two space at the end of line

  1. Markdown——入门指南 by _Te_Lee_ on 2014-04-17: More
  2. Tutorial for Markdown: More
  3. Markdown-Wiki: More
  4. Markdown Document: More