쉽고 빠르게 문서를 정리하는 언어, README.md
가 대표적인 마크다운 문법으로 작성된 파일의 예시
# 제목1
## 제목2
### 제목3
#### 제목4
##### 제목5
###### 제목6
*이텔릭체* _이텔릭체_
**볼드** __볼드__
***이텔릭과 볼드*** ___이텔릭과 볼드___
~~취소선~~
<u>밑줄</u>
이텔릭체 이텔릭체
볼드 볼드
이텔릭과 볼드 이텔릭과 볼드
취소선
밑줄
1. 순서
2. 순서
- 순서 X
* 순서 X
+ 순서 X
3. 순서
1. 순서
2. 순서
[google](https://google.com)
[google 설명](https://google.com "구글 설명")
[google 참조1][1]
[google 참조2][2]
<https://google.com>
[1]: https://google.com
[2]: https://google.com "구글로 이동합니다"
google
google 설명
google 참조1
google 참조2
https://google.com
![대체 텍스트](https://woohyun-park.github.io/myPage/icon-instagram.png "인스타그램")
![인스타그램][1]
[1]:https://woohyun-park.github.io/myPage/icon-instagram.png "인스타그램"
[![인스타그램](https://woohyun-park.github.io/myPage/icon-instagram.png)](https://www.instagram.com/iamdooddi/)
`코드 강조`
코드 강조
```html
<a href="https://www.instagram.com/iamdooddi/ target="_blank">Instagram
```
<a href="https://www.instagram.com/iamdooddi/ target="_blank">Instagram</a>
|이름|성별|나이|
|:---|:---:|---:| <!--정렬-->
|박우현|남|23|
|이름|성별|나이|
|:---|:---:|---:|
|박우현|남|23|
> *Our battered suitcases were piled on the sidewalk again; we had longer ways to go. But no matter, the road is life -Jack Kerouac*
break
> Quote
>>Nested Quote 1
>>>Nested Quote 2
Our battered suitcases were piled on the sidewalk again; we had longer ways to go. But no matter, the road is life -Jack Kerouac
break
Quote
Nested Quote 1
Nested Quote 2
원시 HTML 문법을 사용가능
<u>인스타그램</u>
<img width="50" src="https://woohyun-park.github.io/myPage/icon-instagram.png" title="인스타그램">
인스타그램
___
***
___
`<br>`<br>사용
<br>
사용