Skip to content

Instantly share code, notes, and snippets.

@isaobushi
Last active July 23, 2020 23:47
Show Gist options
  • Save isaobushi/d479f2cf41ee354640d9de881f62351f to your computer and use it in GitHub Desktop.
Save isaobushi/d479f2cf41ee354640d9de881f62351f 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 is strong This is strong

This is strikethrough



This is a quote

Link

  • Item 1
  • Item 2
  • Item 3
    • nested item 1
    • nestem item 2
  1. Item 1
  2. Item 2
  3. Item 3

<p>This is a paragraph</p>

Markdown Logo

    const variable = awesome;

    const makeHimCool = variable => `I'm ${variable}`
Name Email
Andrea andrea.mele@gmail.com
Paolo paolo.coviello@gmail.com
  • Task 2
  • Task 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment