Skip to content

This is a quick markdown Cheatsheet so you don't have to look here and there for the syntax.

Notifications You must be signed in to change notification settings

CoderChirag/markdownCheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Markdown Cheatsheet

-by Chirag Jain

Basic Syntax

Element Markdown Syntax
Heading # H1
## H2
### H3
Bold **bold text**
Italic *italicized text*
Blockquote > blockquote
Ordered List 1. First Item
2. Second Item
3. Third Item
Unordered List - First Item
- Second Item
- Third Item
Code `code`
Horizontal Rule ---
Link [title](https://coderchirag.tech)
Image ![alt text](image.jpg)

Extended Syntax

Element Markdown
Table | Syntax | Description |
| --- | --- |
| Header | Title |
| Paragraph | Text |
Fenced Code Block ```
{
    "firstName":"Chirag"
    "lastName": "Jain",
    "website": "coderchirag.tech"
    "linkedin": "Chirag Jain"
}
```
Footnote This sentence have a footnote.[^1]

[^1]: This is the footnote.
Heading Id ### My Great Heading {#custom-id}
Definition List term
:    definition
Strikethrough ~~Coderchirag~~
Task List - [x] Write the documentation
- [ ] Make a website
- [ ] Update the database
Emoji 😎 Oh look!! This is an emoji :joy:
==Highlight== This is ==very important==
SubscriptS H~2~SO~4~
SuperscriptS 2^10^

About

This is a quick markdown Cheatsheet so you don't have to look here and there for the syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published