Skip to content
Hoyoung Jung edited this page Apr 3, 2018 · 14 revisions

깃헙 마크다운 치트시트

헤더

# This is a h1 tag
## This is a h2 tag
###### This is a h6 tag

This is a h1 tag

This is a h2 tag

This is a h6 tag

구분선

***

아이템

* Item 1
* Item 2

  * Item 2a
  * Item 2b

1. Item 1
2. Item 2
3. Item 3
  • Item 1
  • Item 2

    • Item 2a
    • Item 2b
  1. Item 1
  2. Item 2
  3. Item 3

이미지

[[https://user-images.githubusercontent.com/2168702/38233091-58954336-3754-11e8-83a7-42c1d3a6577b.png| height=100px]]

![mcat](https://user-images.githubusercontent.com/2168702/38233091-58954336-3754-11e8-83a7-42c1d3a6577b.png)

mcat

링크

https://github.com

[github](https://github.com)

https://github.com

github

인용

wow님께서 말씀하시길:

> 호드는 얼라하기 나름

> 시간은 금이라구 친구

wow님께서 말씀하시길:

호드는 얼라하기 나름

시간은 금이라구 친구

이스케이프 문자

\* asterisk \\ backslash

\( \)parenthesis \` backtick 

\# hashmark \+ plus \- minus

\_ underscore \{ \} culry braces

\. dot \[ \] square brackets

\! exclamation mark

* asterisk \ backslash

( )parenthesis ` backtick

# hashmark + plus - minus

_ underscore { } culry braces

. dot [ ] square brackets

! exclamation mark

작업 목록

- [x] 완료 아이템
- [ ] 아직 미완료 아이템
  • 완료 아이템
  • 아직 미완료 아이템

코드 블록

//start with ```javascript
var test = function() {
  console.log("hello, javascript");
}
//end with ```

테이블

Champ | Property
------| ---------
Leona | Good
Teemo | Bad
Champ Property
Leona Good
Teemo Bad

이모티콘

www.emoji-cheat-sheet.com 참조

:+1: :sparkles: :tada: :octocat:

👍 ✨ 🎉 :octocat:

유용한 마크다운 에디터

Clone this wiki locally