Skip to content

gustavoleste/my-markdown-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Markdown Cheat Sheet

Headings:

Heading 1

Heanding 2

Heanding 3

Heanding 4

Heanding 5
Heanding 6

Italics:

This text is italic

This text is italic


Strong:

This text is bold

This text is bold


Strikethrough:

This text is strickethroug


Horizontal Rules:



Blockquotes:

This is a quote


Links:

link to google


Unordered Lists:

  • item 1
  • item 2
    • item 3
    • item 4

Ordered list:

  1. item 1
  2. item 2
  3. item 3

Inline Code Block:

<p>This is a paragraph</p>


Images:

markdown logo


GitHub Markdown:

Code block:

npm instal
npm start
function add(a, b) {
    return a + b;
}
def add(a, b):
    return a + b

Table:

Name Email Password
Joe Doe joe@email.com 123456
jane Doe jane@email.com 456789

Task List:

  • task 1
  • task 2
  • task 3

About

My markdown cheat sheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published