Headings
# Heading1
## Heading2
### Heading3
#### Heading4
##### Heading5
###### Heading6
Heading1
Heading2
Heading3
Heading4
Heading5
Heading6
Formats
Element | Syntax | Result |
Bold | **Bold** | Bold |
Bold | __Bold__ | Bold |
Italic | *Italic* | Italic |
Italic | _Italic_ | Italic |
Code | `code` | code |
Strikethrough | ~~Strike me~~ |
Text
I am a sentence
I am a sentence
Horizontal line
Text
----
Text
Text
Text
Blockquote
> blockquote
blockquote
Ordered List
1. First Item on list
2. Second Item on list
3. Third Item on list
4. Fourth Item on list
5. Fifth Item on list
- First Item on list
- Second Item on list
- Third Item on list
- Fourth Item on list
- Fifth Item on list
Unordered List
- First Item on list
- Second Item on list
- Third Item on list
- Fourth Item on list
- Fifth Item on list
- First Item on list
- Second Item on list
- Third Item on list
- Fourth Item on list
- Fifth Item on list
Link
[Google](https://www.google.com/)
Images
![learn-to-code.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1658688117548/8Y2Kumd84.png?auto=compress,format&format=webp align="left")
Tables
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Header | Description |
Item1 | Item2 |
Item3 | Item4 |
That's all to get started for markdown. Please like and show some ๐ if I have contributed a little to ๐ increasing your knowledge.
Bye!
Thanks to: Hitesh Choudhary
ย