Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 1.43 KB

markdown_example.md

File metadata and controls

101 lines (71 loc) · 1.43 KB

#Example example

一级标题

二级标题

无序列表

  • 1
    • 1.1
  • 2

有序列表

  1. 1
  2. 2

quote

here is a quote

here 2

link

Cloudapp

I get 10 times more traffic from [Google][1] than from [Yahoo][2] [1]: http://google.com/ "Google" [2]: http://search.yahoo.com/ "Yahoo Search"

picture

batman batman

italic

italic italic

###Bold Bold Bold

Strikethrough

this

sheet

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

code

code

code

There is a literal backtick (`) here.

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

Task lists

  • Finish my changes
  • Push my commits to GitHub
  • Open a pull request

split line1


split line2


http://example.com/

hello1

Red

support emoji

Emoji Cheat Sheet

@octocat 👍 This PR looks great - it's ready to merge! :shipit:

st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end

st->op->cond
cond(yes)->e
cond(no)->op

Footnotes

  1. hi