github markdown

Post on 13-Jul-2015

322 Views

Category:

Engineering

7 Downloads

Preview:

Click to see full reader

TRANSCRIPT

간단 GITHUB 마크다운NHN NEXT 정호영

HEADERS

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

UNORDERED LISTS

* Item 1* Item 2 * Item 2a * Item 2b

ORDERED LISTS

1. Item 12. Item 2 1. Item 2-1 2. Item 2-2

IMAGES

![megacat](https://octodex.github.com/images/megacat-2.png)

IMAGES

<img src="https://octodex.github.com/images/megacat-2.png" width="200px">

IMAGES

[[ https://octodex.github.com/images/megacat-2.png| height=100px | height= 100px ]]

LINKS (자동)

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

코드 블록```javascriptvar test = function() { console.log("hello, javascript");}```

테이블### 테이블Champ | Property------| ---------Leona | GoodTeemo | Bad

인용 wow님께서 말씀하시길:

> 호드는 얼라하기 나름

> 시간은 금이라구 친구

BACKSLASH ESCAPE\* asterisk \\ backslash\( \)parenthesis \` backtick \# hashmark \+ plus \- minus\_ underscore \{ \} culry braces\. dot \[ \] square brackets\! exclamation mark

작업 목록

### 작업 목록- [x] 완료 아이템- [ ] 아직 미완료 아이템

이모티콘

www.emoji-cheat-sheet.com 참조

:+1: :sparkiles: :tada: :octocat:

ISSUE REFERENCES

#1 이슈는 @honux에게 할당되었음해당 마크업은 이슈에서만 동작, 위키에서는 동작안 함

top related