Skip to content

Instantly share code, notes, and snippets.

@michaelmiller2116
Created July 31, 2018 17:13
Show Gist options
  • Save michaelmiller2116/9a6d8321293a31069d079a4723732b42 to your computer and use it in GitHub Desktop.
Save michaelmiller2116/9a6d8321293a31069d079a4723732b42 to your computer and use it in GitHub Desktop.
Markdown Cheatsheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 6
Heading 7

This text is italic

You can use underscores as well

This text is bold with asteriks

This text is bold with underscores

This text is strikethrough with tildas



This is a blockquote

Link

  • Item 1
  • Item 2
    • Nested item
  1. item 1
  2. item 2
  3. item 3

<p>This is a paragraph tag</p>

Markdown Logo

npm install

npm start 
  function add (num1, num2) {
    return num1 + num2;
  }
  def add (num1, num2):
    return num1 + num2
  
name email
john doe johndoe@gmail.com
john doe johndoe@gmail.com
  • Complete task
  • Incomplete task
  • Task 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment