Skip to content

Instantly share code, notes, and snippets.

@LeanSeverino1022
Last active July 24, 2023 07:43
Show Gist options
  • Save LeanSeverino1022/1dbf0825fa340118e8fbebca8307ce0e to your computer and use it in GitHub Desktop.
Save LeanSeverino1022/1dbf0825fa340118e8fbebca8307ce0e to your computer and use it in GitHub Desktop.
markdown cheatsheet #markdown #cheatsheet

This is commented out. NOTE: Best if viewed in web browser if currently you are viewing this in Lepton

Based from Brad Traversy's cheatsheet. I just updated it to work for my needs.

todo:

Other Resources

  • Check StackEdit for In-browser markdown editor
  • Emoji cheat sheet for GitHub, Basecamp, Slack & more here

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic

This text is italic

This text is strong

This text is strong

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

Hard Line Break This is some text
This text is a new line, not a new paragraph

\

<p>This is a paragraph</p>

Markdown Logo

custom image size

This is inline code

  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

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")

Didn't find what you're looking for? Check:

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