Skip to content

Latest commit

 

History

History
280 lines (185 loc) · 3.22 KB

Markdown_Cheatsheet.md

File metadata and controls

280 lines (185 loc) · 3.22 KB

Table of Contents

  1. Headings
  2. Code
  3. Unordered List
  4. Ordered List
  5. CheckBox Task List
  6. Code Block
  7. Strikethrough Text
  8. Blockquote Text
  9. Bold
  10. Italic
  11. Bold and Italic
  12. Link
  13. Image
  14. Linking an Image
  15. Table
  16. Horizontal Line
  17. HTML
  18. Embed YouTube Video

Headings

Syntax:

# H1 - Heading 1
## H2 - Heading 2
### H3 - Heading 3
#### H4 - Heading 4
##### H5 - Heading 5
###### H6 - Heading 6

Output:

H1 - Heading 1

H2 - Heading 2

H3 - Heading 3

H4 - Heading 4

H5 - Heading 5
H6 - Heading 6

Code

Syntax:

`This is Code`

Output:

This is Code

Unordered List of Items

Syntax:

- Java
- C++
- JavaScript

Output:

  • Java
  • C++
  • JavaScript

Ordered List of Items

Syntax:

1. Java
1. C++
1. JavaScript

Output:

  1. Java
  2. C++
  3. JavaScript

CheckBox Task List

Syntax:

- [X] Java
- [ ] C++
- [ ] C#

Output:

  • Java
  • C++
  • C#

Code Block

Syntax:

```
This is a code block.
```

Output:

This is a code block.

Strikethrough Text

Syntax:

I ~~hate~~ love coding.

Output:

I hate love coding.

Blockquote Text

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.

Bold

Syntax:

**THIS IS BOLD**

Output:

THIS IS BOLD

Italic

Syntax:

*This is Italic*

Output:

This is Italic

Bold and Italic

Syntax:

***You Can Combine Bold and Italics***

Output:

You Can Combine Bold and Italics

Link

Syntax:

Go to Google [Website](https://google.com)

Output:

Go to Google

Image

Syntax:

![alt text](image link)

Output:

Light Yagami

Linking an Image

Syntax:

[![alt text](image link)](hyperlink)

Output:

Light Yagami

Table

Syntax:

| S Id | Name |
| ----------- | ----------- |
| 1. | Tom |
| 2. | Leo |

Output:

S Id Name
1. Tom
2. Leo

Horizontal Rule

Syntax:

---

Output:


HTML

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.

Embed YouTube Video

Syntax:

[![Alt Text](Thumbnail Image)](YOUTUBE VIDEO LINK)

Output:

Top 5 Smartest Death Note Moments