Markdown Cheatsheet
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML. This file is created with the .md extension
To create document we normally need
- Headings
- Text Formating
- Paragraphs
- List
- Links
- Images
- Code Blocks
- Table
- Horizontal Ruler
- Headings
This is Heading One
This is Heading Two
This is Heading Three
This is Heading Four
This is Heading Five
This is Heading Six
- Text Formating
Bold Text
Italic
Strike Text Through
Bold and Italics
Block Quotes H~2~O (Subscript) x^2^ (Superscript)
- Paragraph
Write Normally its Paragraph
- List
- First level
- Second level
- Third level
- Fourth level
- Third level
- Second level
- First level
- Second level
- First level
- Second level
- First level
- Second level
- Third level
- Fourth level
- Third level
- Second level
- First level
- Second level
First level
- Second level
Links
- Images
- Code Blocks
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
- Table
Default | Left align | Center align | Right align |
9999999999 | 9999999999 | 9999999999 | 9999999999 |
999999999 | 999999999 | 999999999 | 999999999 |
- Horizontal Ruler
We can use three
* or --- or ___