8000
Skip to content

Hardvan/Mark-It-Down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Markdown Styles Cheatsheet

This is a self-explanatory Markdown cheatsheet. It is meant to be used as a reference for the most common Markdown styles.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Text Formatting

Italic
Bold
Bold and Italic
Strikethrough

Lists

  1. Ordered List Item 1
  2. Ordered List Item 2
  • Unordered List Item 1
  • Unordered List Item 2

Code Blocks

Inline code

Fenced Code Blocks

# Python code
def greet():
    print("Greetings!")

Mathematical Symbols

Inline math: $E=mc^2$

Block math:

$$ \begin{aligned} x &= y + z \\ a &= b \times c \end{aligned} $$

Links

Visit Google

Images

Alt Text

Blockquotes

This is a blockquote.

Horizontal Rule


Tables

Header 1 Header 2
Cell 1 Cell 2

Task Lists

  • Task 1
  • Task 2
  • Task 3

Emoji

😄

Footnotes

Here is a footnote reference,1 and another.2

Footnotes

  1. Here is the footnote.

  2. Here's one with multiple blocks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0