Markdown Grammar

- 제목(Header)

# 제목1
## 제목2
### 제목3
#### 제목4
##### 제목5
###### 제목6

제목1

제목2

제목3

제목4

제목5
제목6


- 강조(Emphasis)

이탤릭체 : *이탤릭체* or _이탤릭체_

볼드체 : **볼트체** or __볼드체__

취소선 : ~~취소선~~

밑줄 : <u>밑줄</u>

- 순서(List)

  1. 순서
    1. 순서
    2. 순서
  2. 순서
    • 이거는 하이픈(-), 별표(*), 더하기(+) 중 아무거나
  • 위치에 따라서
    • 달라짐
      • 이렇게


[GOOGLE](https://google.com)

GOOGLE

[NAVER][naverlink]

[naverlink]: https://naver.com

NAVER

직접 : <https://naver.com>

직접 : https://naver.com


- 수평선

* * *
***
*****
---
-----





참고링크

https://gist.github.com/ihoneymon/652be052a0727ad59601

https://heropy.blog/2017/09/30/markdown/

Categories:

Updated: