MD - moon-zero/markdown-guide GitHub Wiki
heading์ ๊ธฐ๋ณธ์ ์ผ๋ก ๊ธ์๊ฐ ๋๊ป์ต๋๋ค.
๊ธ์๋ฅผ ๋๊ป๊ฒ ํ๊ธฐ ์ํ ๋ฌธ๋ฒ์ ๋ฐ๋ก ์ธ ํ์ ์์ต๋๋ค.
# H1
## H2
.
.
.
###### H6
H1
===
H2
---
๊ณต๋ฐฑ์์ด ์ฌ์ฉ
**bold**
__bold__
*em*
_em_
๋จ์ด ์์์ ๋์ด์ฐ๊ธฐ์๋ ์ฑ๊ธ์ธ๋๋ฐ ์ฌ์ฉ๋ถ๊ฐ๋ฅ
์ธ๋๋ฐ๋ฅผ ๋จ์ด ์์ฒด๋ก ์ธ์ํฉ๋๋ค.
_em_text
text_em_text
์ฌ์ฉ ๊ฐ๋ฅ
_em_ text
text _em_ text
OR
*em*text
text*em*text
~~strike~~
bold em
**_strong emph_**
__*strong emph*__
_**emph strong**_
*__emph strong__*
bold em strike
~~**_strong emph_**~~
~~__*strong emph*__~~
**_~~strong emph~~_**
__*~~strong emph~~*__
**~~_strong emph_~~**
__~~*strong emph*~~__
strike em or bold or heading
~~*strike em*~~
~~_strike em_~~
*~~strike em~~*
_~~strike em~~_
~~**strike bold**~~
~~__strike bold__~~
**~~strike bold~~**
__~~strike bold~~__
### ~~strike heading~~
~~ strike ~~
~~### strike heading~~
*
or _
or ~
๋ฅผ ๋ฐ๋ก ์ฐ๊ณ ์ถ๋ค๋ฉด \
๋ฐฑ์ฌ๋์ฌ๋ก ์ด์ค์ผ์ดํ ํด์ฃผ์ธ์
\*\*\*\*
\_\_\_\_
\~\~\~\~
___
---
***
[๋งํฌํ
์คํธ](https://www.airklass.com "ํ์ดํ")
<a href="https://www.airklass.com" title="ํ์ดํ">๋งํฌํ
์คํธ</a>
www.airklass.com
http://www.airklass.com
https://www.airklass.com
[๋งํฌํ
์คํธ](https://www.airklass.com "ํ์ดํ")
<a href="https://www.airklass.com" title="ํ์ดํ">๋งํฌํ
์คํธ</a>
[๋งํฌํ
์คํธ](https://www.airklass.com
"ํ
์ด
ํ")
<a href="https://www.airklass.com" title="ํ
์ด
ํ">๋งํฌํ
์คํธ</a>

<img src="https://www.airklass.com/test.jpg" alt="๋์ฒดํ
์คํธ">

<img src="https://www.airklass.com/test.jpg" title="ํ์ดํ" alt="๋์ฒดํ
์คํธ">

<img src="https://www.airklass.com/test.jpg" title="ํ
์ด
ํ" alt="๋์ฒดํ
์คํธ">
[](https://www.airklass.com)
<a href="https://www.airklass.com">
<img src="https://www.airklass.com/test.jpg" alt="๋์ฒดํ
์คํธ">
</a>
> blockquote
> blockquote
> blockquote
> blockquote
>
> sfsfsfsd
> blockquote
> (two blank)
> sfsfsfsd
> blockquote
>
> sfsfsfsd
๋ฆฌ์คํธ ์ค์ฒฉ์ TAB ์ฌ์ฉ
๋ฆฌ์คํธ ๋ถ๋ฆฌ๋ฅผ ๋ฌธ๋ฒ ๋ค๋ฅด๊ฒ ์์
* list1
* list2
* list2
* list2
* list2
- list1
- list2
- list2
- list2
- list2
๋์ผํ ๋ ๋ฒจ์์ ์๋ก์ด ๋ฆฌ์คํธ ๋ง๋ค์ง ์๊ณ ์ค๋ฐ๊ฟํ๊ณ ์ถ์ ๊ฒฝ์ฐ
ํฌํจ๋ ๋ฆฌ์คํธ ๋ค์ฌ์ฐ๊ธฐ + ๋ค์ฌ์ฐ๊ธฐ 2์นธ
* list1
* list2
* list2
list2 text
list2 text
html entity ์ฝ์
* list1
* list2
* list2
* list2
* list2
or
- list1
- list2
- list2
- list2
- list2
5. list1
2. list2
1. list2
1. list2
1. list2
or
1. list1
2. list2
1. list2
1. list2
1. list2
| foo | bar |
| --- | --- |
| baz | bim |
| abc | def |
| --- | --- |
| bar |
| bar | baz | boo |
| abc |
| --- |
| bar |
์ ๋ ฌ
-
---
๊ธฐ๋ณธ ์ข์ธก ์ ๋ ฌ -
:---
์ข์ธก ์ ๋ ฌ -
---:
์ฐ์ธก ์ ๋ ฌ -
:---:
๊ฐ์ด๋ฐ ์ ๋ ฌ
| abc | defghi |
|:---:|:---:|
| bar | baz |
| h1 | h2 | h3 |
|:------|:-------:|--------:|
| 100 | [a][1] | ![b][2] |
| *foo* | **bar** | ~~baz~~ |
<br>
<hr>
...๋ฑ
HTML ํ๊ทธ์ ๋งํฌ๋ค์ด ๋ฌธ๋ฒ์ ๊ฐ์ด ์ฌ์ฉํ๋ ค๋ ๊ฒฝ์ฐ HTML ํ๊ทธ ์๋ ํ์ค ๊ฐํํด์ผ ํฉ๋๋ค.
<br>
- ๋ฆฌ์คํธ
- ๋ฆฌ์คํธ
<br>
## ํ์ดํ