- Headings
- Code
- Unordered List
- Ordered List
- CheckBox Task List
- Code Block
- Strikethrough Text
- Blockquote Text
- Bold
- Italic
- Bold and Italic
- Link
- Image
- Linking an Image
- Table
- Horizontal Line
- HTML
- Embed YouTube Video
Syntax:
# H1 - Heading 1
## H2 - Heading 2
### H3 - Heading 3
#### H4 - Heading 4
##### H5 - Heading 5
###### H6 - Heading 6
Output:
Syntax:
`This is Code`
Output:
This is Code
Syntax:
- Java
- C++
- JavaScript
Output:
- Java
- C++
- JavaScript
Syntax:
1. Java
1. C++
1. JavaScript
Output:
- Java
- C++
- JavaScript
Syntax:
- [X] Java
- [ ] C++
- [ ] C#
Output:
- Java
- C++
- C#
Syntax:
```
This is a code block.
```
Output:
This is a code block.
Syntax:
I ~~hate~~ love coding.
Output:
I hate love coding.
Syntax:
> Fools who don’t respect the past are likely to repeat it.
Output:
Fools who don’t respect the past are likely to repeat it.
Syntax:
**THIS IS BOLD**
Output:
THIS IS BOLD
Syntax:
*This is Italic*
Output:
This is Italic
Syntax:
***You Can Combine Bold and Italics***
Output:
You Can Combine Bold and Italics
Syntax:
Go to Google [Website](https://google.com)
Output:
Go to Google
Syntax:
![alt text](image link)
Output:
Syntax:
[![alt text](image link)](hyperlink)
Output:
Syntax:
| S Id | Name |
| ----------- | ----------- |
| 1. | Tom |
| 2. | Leo |
Output:
S Id | Name |
---|---|
1. | Tom |
2. | Leo |
Syntax:
---
Output:
Syntax:
<p style="color:red;">
Raw HTML can be added in Markdown file too.
</p>
Output:
Raw HTML can be added in Markdown file too.
Heading
The details are here.Syntax:
[![Alt Text](Thumbnail Image)](YOUTUBE VIDEO LINK)
Output: