Skip to content

Instantly share code, notes, and snippets.

@zhenyi2697
Created February 17, 2013 20:10
Show Gist options
  • Save zhenyi2697/4973184 to your computer and use it in GitHub Desktop.
Save zhenyi2697/4973184 to your computer and use it in GitHub Desktop.
markdown: start up list

#Big Title

##Second big title

third big title

###分隔符:


###链接: link: Google

###强调: 斜体 或者 斜体
粗体 或者 粗体
粗斜体 或者___粗斜体___

###引用:

左边的 > 右边的

###邮箱: Email for zhenyi: zhenyi2697@gmail.com

这是一个简单链接 http://www.google.com, 之后是一个复杂连接拓词.

###图片: 使用"!"声明 如: Icon

###代码: 通过一个tab或者4个空格来实现代码块

    Ok, here is the code block
    This is the second line of code

或者

This is the second code block

###列表:

  1. 第一项
  2. 第二项
  3. 第三项

或者无符号列表:

  • 一个
  • 两个
  • 三个

###被划掉的线 这个是被划掉的

###列表

First Second Third
ok1 ok2 ok3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment