Skip to content

Instantly share code, notes, and snippets.

@imsushant12
Created June 5, 2021 06:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imsushant12/f40e8faf20761ceec4cfd3983daedc8a to your computer and use it in GitHub Desktop.
Save imsushant12/f40e8faf20761ceec4cfd3983daedc8a to your computer and use it in GitHub Desktop.
This gist contains basic writing and formatting of markdown files (Basically a cheat sheet for writing Markdown Files)

GENERAL MARKDOWN RULES:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic.

This text is italic.

This text is bold.

This text is bold.

This text is strikethrough.



This is a quote

Portfolio

Portfolio

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

cout<<"Hello world";

Markdown Logo



GITHUB MARKDOWN RULES:

print("Hello world!")
  int add(num1, num2) 
  {
      return num1 + num2;
  }
Name Email
Sushant Gaurav sushantgaurav57gmail.com
Sushant Gaurav sushantgaurav57gmail.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