Skip to content

Instantly share code, notes, and snippets.

@barman47
Created October 4, 2018 02:06
Show Gist options
  • Save barman47/9f4576f4fb10fbf50eef5cda4391e43e to your computer and use it in GitHub Desktop.
Save barman47/9f4576f4fb10fbf50eef5cda4391e43e to your computer and use it in GitHub Desktop.
Uzoanya Dominic's Markdown Cheatsheet

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

Uzoanya Dominic

Uzoanya Dominic

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

<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 [email protected]
John Doe [email protected]
  • Task 1
  • Task 1
  • Task 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment