Skip to content

Instantly share code, notes, and snippets.

@Oliver-ke
Last active April 5, 2019 03:38
Show Gist options
  • Save Oliver-ke/932c9c5ab29ecf2b5ded3e53455e9725 to your computer and use it in GitHub Desktop.
Save Oliver-ke/932c9c5ab29ecf2b5ded3e53455e9725 to your computer and use it in GitHub Desktop.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

*This text* is italic or This text is italic

This text is Strong or This text is Strong

This text is strikethrough


or


this is a quote in markdown

search on google search on google

  • list item 1
  • list item 2
  • list item 3
    • nested list item 1
    • nested list item 2
    • nested list item 3
  1. list item 1
  2. list item 2
  3. list item 3

<p>This is a paragraph </p>

markdown logo

  npm install
  npm start
  function add(num1, num2) => num1 + num2;
  def add(num1, num2):
   return num1 + num2;
Name Email
John Doe john@gmail.com
peter mart peter@gmail.com
  • Task 1
  • Task 2
  • Task 3
@Oliver-ke
Copy link
Author

Oliver-ke commented Apr 4, 2019

This is the markdown file from my medium article, Click on row at the top to view the row markdown file

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