Skip to content

Latest commit

 

History

History
104 lines (65 loc) · 1.44 KB

cheatsheet.md

File metadata and controls

104 lines (65 loc) · 1.44 KB

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Note: only the heading 1 and heading 2 have horizontal lines below

Italic text example

Strong text example

Strikethrough text example


*This text* is no longer bold

This is a qoute

Github profile a link without hover title

Github profile a link with hover title

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

<p>This is an inline code block</p>

Markdown Logo

# bash syntax highlighting
  npm install
  npm start
// js syntax highlighting
function add(num1, num2) {
  return num1 + num2;
}
# python syntax highlighting
def add(num1, num2):
  return num1 + num2
Name Email
John Doe [email protected]
Jahn Doe [email protected]
  • Task 1
  • Task 2
  • Task 3