Skip to content

Instantly share code, notes, and snippets.

@aucker
Last active March 14, 2023 02:39
Show Gist options
  • Save aucker/7575891cd405f1525960311898cffb0a to your computer and use it in GitHub Desktop.
Save aucker/7575891cd405f1525960311898cffb0a to your computer and use it in GitHub Desktop.
this is a markdown file

this is a markdown file

and you can use the

it is easy to use markdown to make some word bold or make other word italic. You can even link to Google!

Basics

Unordered lists

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

Ordered lists

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

Links

http://github.com - automatic! GitHub

Blackquotes

As Kanye West said:

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

add a task list

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incompleted item

Syntax highlighting

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

Syntax Highlighting in Python

def foo():
    if not bar:
        return True

Tables

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

SHA references

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

Strikethrough

this

emoji

😀 😄 😊 😇

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