Skip to content

Instantly share code, notes, and snippets.

@phanendraguptha
Last active August 17, 2019 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phanendraguptha/af5a797c344a9eb9b11bec74f9e9ce69 to your computer and use it in GitHub Desktop.
Save phanendraguptha/af5a797c344a9eb9b11bec74f9e9ce69 to your computer and use it in GitHub Desktop.
markdown cheat sheet

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

Google

Google

  • 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

  npm install

  npm start
function add(num1, num2) {
  return num1 + num2;
}
  def add(num1, num2):
    return num1 + num2
Name Email
John Doe john@gmail.com
Jane Doe jane@gmail.com
  • Task 1
  • Task 2
  • Task 3

ADDITIONAL INFO

  • The best way of viewing the markdown files is to use this website https://dillinger.io

  • And, i use this vscode extension to view the markdown files

Auto-Open Markdown

  • It also provides the escape character /

  • If you want to see the code of this mark down just click the readme.md and click the raw button to see the code

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