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

Github Markdown

Jul 13, 2015

Download

Engineering

Hoyoung Jung
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Github Markdown

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

Page 2: Github Markdown

HEADERS

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

Page 3: Github Markdown

UNORDERED LISTS

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

Page 4: Github Markdown

ORDERED LISTS

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

Page 5: Github Markdown

IMAGES

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

Page 6: Github Markdown

IMAGES

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

Page 7: Github Markdown

IMAGES

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

Page 8: Github Markdown

LINKS (자동)

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

Page 9: Github Markdown

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

Page 10: Github Markdown

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

Page 11: Github Markdown

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

> 호드는 얼라하기 나름

> 시간은 금이라구 친구

Page 12: Github Markdown

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

Page 13: Github Markdown

작업 목록

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

Page 14: Github Markdown

이모티콘

www.emoji-cheat-sheet.com 참조

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

Page 15: Github Markdown

ISSUE REFERENCES

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