Skip to content

Instantly share code, notes, and snippets.

@pyar6329
Last active September 14, 2017 07:09
Show Gist options
  • Save pyar6329/6e21ebfab67bf301ec33278b0677c430 to your computer and use it in GitHub Desktop.
Save pyar6329/6e21ebfab67bf301ec33278b0677c430 to your computer and use it in GitHub Desktop.
github markdown sample

MultiMarkdown

Headers

This is an

tag

This is an

tag

This is an
tag

Emphasis

This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them

Lists

Unordered

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Ordered

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Images

GitHub Logo

Format: Alt Text

Links

http://github.com - automatic! GitHub

Blockquotes

As Kanye West said:

We're living the future so the present is our past.

Inline code

I think you should use an <addr> element here instead.

GitHub Flavored Markdown

Syntax highlighting

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
def foo():
    if not bar:
    return True

Task Lists

  • @mentions, #refs, links, formatting, and tags supported

  • list syntax required (any unordered or ordered list supported)

  • this is a complete item

  • this is an incomplete item

Tables

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

SHA references

16c999e8c71134401a78d4d46435517b2271d6ac mojombo@16c999e8c71134401a78d4d46435517b2271d6ac mojombo/github-flavored-markdown@16c999e8c71134401a78d4d46435517b2271d6ac

Issue references within a repository

#1 mojombo#1 mojombo/github-flavored-markdown#1

Username @mentions

@google

Automatic linking for URLs

http://www.github.com/

Strikethrough

this

Emoji

✨ 🐫 💥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment