Skip to content

Instantly share code, notes, and snippets.

@kzhangkzhang
Last active June 30, 2020 21:51
Show Gist options
  • Save kzhangkzhang/78edd9e267c5ff8b3c86952d41c0b55a to your computer and use it in GitHub Desktop.
Save kzhangkzhang/78edd9e267c5ff8b3c86952d41c0b55a to your computer and use it in GitHub Desktop.

Markdown Cheat Sheet

WebDev\KevinPractice\Youtube\TraversyMedia\026_Markdown_CrashCourse

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Simple list

  • item 1
  • item 2

This text is italic

This text is strong

This text is strong

This text is strikethrough



_I am not italic anymore _

this is a quote

Google web site

Google web site

  • Item 1
  • Item 2
  • Item 3
    • nest item 1
    • nest 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(x1, x2) {
  return x1 + x2;
}
def add (x1, x2):
    return x1 + x2
Name Email
Kevin abc@test.com
Kevin abc@test.com
  • Task 1
  • Task 2
  • Task 3

Markdown Resource

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