github: 마크다운 언어
마크다운언어
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] 체크

이미지 크기 조절하기
<p align="default">안녕하세요</p> //왼쪽정렬(기본값)//
<p align="center">안녕하세요</p> //가운데 정렬//
<p align="right">안녕하세요</p> //오른쪽 정렬//
이미지 위치 조정하기
<p>
<img width="40%" src="https://prayer0420.github.io/assets/images/CA111.JPG">
</p>
댓글남기기