최대 1 분 소요

마크다운언어

Heading

#heading 1 

##heading 2 

###heading 2 

화면 캡처 2022-10-07 214238





___

Line

___ \(언더바)

화면 캡처 2022-10-07 212808





___

Text attrtibutes

**bold**

화면 캡처 2022-10-07 205734

*italic*

화면 캡처 2022-10-07 210945

~~strikethrough~~

화면 캡처 2022-10-07 210952





___

인용구

> Qoute

화면 캡처 2022-10-07 212856





___

리스트

* 1 

* 2 

- 1 

- 2 

화면 캡처 2022-10-07 211023

1. a

2. b

화면 캡처 2022-10-07 211029





___

링크

Clik [원하는 문구] (링크 주소 / 경로)





___

이미지

![이미지 설명] (이미지 링크 / 경로)





___

Table

|Headr|Description|<br>
|:---|---:|
|Cell1|Cell2|
|Cell3|Cell4|
|Cell5|Cell6|
|Cell7|Cell8|
|왼쪽정렬|오른쪽 정렬|
|Headr|Description|
|:---:|:---:|
|Cell1|Cell2|
|가운데정렬|가운데정렬|

화면 캡처 2022-10-07 212439





___

코드

Hi! everyonw `code`

화면 캡처 2022-10-07 212445

```js(langage)

console.clean
\```


화면 캡처 2022-10-07 211321





___

강조

\*I'm Ironman*

\_I'm Ironman_ 

\**I'm Ironman** 

\__I'm Ironman__

화면 캡처 2022-10-07 212459





___

체크박스

\- [ ] 빈칸

\- [x] 체크

화면 캡처 2022-10-07 213031

이미지 크기 조절하기

<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>

댓글남기기