마크다운 문법 정리
마크다운 문법을 보기 쉽게 정리해야지 하면서 지금한다. 참고합세
제목
# 제목1 ## 제목2 ### 제목3 #### 제목4 ##### 제목5 ###### 제목6
인용
> 인용
리스트
* 리스트 - 리스트 + 리스트 * 리스트 - 리스트 + 리스트
번호리스트
1. 리스트 2. 리스트 3. 리스트
Italic
*이탤릭* _이탤릭_
제목
**강조**
Escape
이스케이프 문자는 \를 붙여 표기합니다. \\ backslash \` backtick \* asterisk \_ underscore \{\} curly braces \[\] square brackets \(\) parentheses \# hash mark \+ plus sign \- minus sign (hyphen) \. dot \! exclamation
코드
여기는 이명종 블로그
코드블럭
빈칸 4개로 코드블럭 시작
코드 하이라이트
```html(해당언어)하하하 ```
취소
~~취소선~~
테이블
| Left-Aligned | Center Aligned | Right Aligned | | :------------ |:---------------:| -----: | | col 3 is | some wordy text | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |
체크박스
[] [x]로 체크박스 추가 가능
인라인 링크
[네이버](http://naver.com) 또는 그냥 주소 http://naver.com
참조링크
[참조1] [참조1]: http://naver.com
이미지 링크
![이미지 대체 텍스트](http://jijong.github.io/images/dsad.jpg)
마크다운 결과보기
제목
제목1
제목2
제목3
제목4
제목5
제목6
인용
인용
리스트
- 리스트
- 리스트
- 리스트
- 리스트
- 리스트
- 리스트
번호리스트
- 리스트
- 리스트
- 리스트
Italic
이탤릭 이탤릭
강조
강조
Escape
이스케이프 문자는 \를 붙여 표기합니다. \ backslash
` backtick
* asterisk
_ underscore
{} curly braces
[] square brackets
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
! exclamation
코드
여기는 이명종 블로그
코드블럭
빈칸 4개로 코드블럭 시작
코드 하이라이트
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
취소
취소선
테이블
Left-Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
체크박스
[] [x]로 체크박스 추가 가능
인라인 링크
또는 그냥 주소 http://naver.com