Mark down word.
마크다운 언어
Heading
#heading 1
##heading 2
###heading 2

___
Line
___ \(언더바)

___
Text attrtibutes
**bold**

*italic*

~~strikethrough~~

___
인용구
> Qoute

___
리스트
* 1
* 2
- 1
- 2

1. a
2. b

___
링크
Clik [원하는 문구] (링크 주소 / 경로)
___
이미지
![이미지 설명] (이미지 링크 / 경로)
___
Table
|Headr|Description|<br>
|:---|---:|
|Cell1|Cell2|
|Cell3|Cell4|
|Cell5|Cell6|
|Cell7|Cell8|
|왼쪽정렬|오른쪽 정렬|
|Headr|Description|
|:---:|:---:|
|Cell1|Cell2|
|가운데정렬|가운데정렬|

___
코드
Hi! everyonw `code`

```js(langage)
console.clean
\```

___
강조
\*I'm Ironman*
\_I'm Ironman_
\**I'm Ironman**
\__I'm Ironman__

___
체크박스
\- [ ] 빈칸
\- [x] 체크

댓글남기기