Skip to content

Instantly share code, notes, and snippets.

@AhmedRaja1
Created September 29, 2021 18:16
Show Gist options
  • Save AhmedRaja1/c09726a8e65a35fac72460ffc4cc19bb to your computer and use it in GitHub Desktop.
Save AhmedRaja1/c09726a8e65a35fac72460ffc4cc19bb to your computer and use it in GitHub Desktop.
Markdown Cheatsheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is Italics

This text is Italics

This text is bold

This text is strikethrough



This is a Quote

Twitter

Twitter

  • 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 pargraph</p>

Markdown Logo

npm install
npm start etc
function add(num1, num2)
return num1 + num2
def add(num1, num2:
return num1 + num2
Name Email
Raja Ahmed Ali Ahmed
Raja Ahmed Ali Ahmed
  • Task 1
  • Task 2
@AhmedRaja1
Copy link
Author

Code with Copy Option

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>
  <div>
    <input id="text" type="number">
    <button id="btn">submit</button>
  </div>
</body>
</html>

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