Skip to content

Instantly share code, notes, and snippets.

@Akshaychdev
Forked from bradtraversy/sample.md
Created July 23, 2020 08:22
Show Gist options
  • Save Akshaychdev/efac6cd90e8bc2151983a495e7c22d75 to your computer and use it in GitHub Desktop.
Save Akshaychdev/efac6cd90e8bc2151983a495e7c22d75 to your computer and use it in GitHub Desktop.
Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic

This text is italic

This text is italic

This text is italic

This text is strikethrough



This is a quote

Traversy Media

Traversy Media

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

<p>This is a paragraph</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 john@gmail.com
Jane Doe jane@gmail.com
  • Task 1
  • Task 2
  • Task 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment