Skip to content

Instantly share code, notes, and snippets.

@pownas
Last active February 24, 2021 14:18
Show Gist options
  • Save pownas/8a8dd12a6673b57673b8862230afb27b to your computer and use it in GitHub Desktop.
Save pownas/8a8dd12a6673b57673b8862230afb27b to your computer and use it in GitHub Desktop.

Stars on Github Last commit

.md sample (H1)

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic

This text is italic

This text is italic

This text is italic

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

<p>This is a paragraph</p>

Markdown Logo

Image with link:

Markdown Logo

  dotnet watch run

  exit
  function add(num1, num2) {
    return num1 + num2;
  }
  public int add(int num1, int num2)
  {
    return num1 + num2;
  }
Name Email
John Doe pownas@outlook.com
Jane Doe pownas@outlook.com
  • Task 1
  • Task 2
  • Task 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment