# Markdown
## Block element
`\` to escape special symbol
`<br>` to change to a new line
` ` to space
`<center> text </center>` let text in middle
### Header
> \# Head1
> \## Head2
> \### Head3
> \#### Head4
> \##### Head5
> \###### Head6
# Head1
## Head2
### Head3
#### Head4
##### Head5
###### Head6
### Text
>Hello
>Hey.
>I am ChunYu.
Hello
Hey.
I am ChunYu.
> \<font size=1>1\</font><br>
> \<font size=2>2\</font><br>
> \<font size=3>3\</font><br>
> \<font size=4>4\</font><br>
> \<font size=5>5\</font><br>
> \<font size=6>6\</font><br>
> \<font size=7>7\</font><br>
<font size=1>1</font><br>
<font size=2>2</font><br>
<font size=3>3</font><br>
<font size=4>4</font><br>
<font size=5>5</font><br>
<font size=6>6</font><br>
<font size=7>7</font><br>
### Quote
> \> Some famous quate
> Some famous quate
### list
> \+ Item1
> \+ Item2
> \+ Item3
> \- ItemB
+ Item1
+ Item2
+ Item3
- ItemB
<br>
{- + *} is OK
Two space to represent next level.
> 1. aaa
> 2. bbb
1. aaa
2. bbb
### Code
>\``` c++
for (let i = 0; i < 10; i++) {
setTimeout(function () {
console.log('這執行第' + i + '次');
}, 0);
}
\```
``` c++
for (let i = 0; i < 10; i++) {
setTimeout(function () {
console.log('這執行第' + i + '次');
}, 0);
}
```
Add language type in the first line to get color.
### Divider
> \+++
---
{*** \-\-\- +++ } is OK
## Inline element
### Italic
> AAAAA \*AAAA\* \_AAAA\_
AAAAA *AAAA* _AAAA_
{ ** __ } is OK
### Bold
> AAAA \*\*AAAA\*\* \_\_AAAA\_\_
AAAA **AAAA** __AAAA__
{ **** ____ } is OK
### Hyper link
> \[Google](https://www.google.com.tw/)
[Google](https://www.google.com.tw/)
[] for text
() for address
### Image
> \!\[IU](https://imgur.dcard.tw/8aCMJqG.jpg)

> \<img src="https://i.imgur.com/EMgyqp9.png" width = "300" >
<img src="https://i.imgur.com/EMgyqp9.png" width = "300" >
{"metaMigratedAt":"2023-06-15T22:58:25.577Z","metaMigratedFrom":"Content","title":"Markdown","breaks":true,"description":"\\ to escape special symbol<br> to change to a new line to space<center> text </center> let text in middle","contributors":"[{\"id\":\"c966702a-8e01-4082-8010-fb2fa2cf7feb\",\"add\":2242,\"del\":223}]"}