SlideShare une entreprise Scribd logo
1  sur  27
허니몬의 마크다운 
Markdown 이야기 
With Haroopad
목차 
●Markdown? 
●마크다운이란 무엇인가? 
●Markdown! 
●마크다운 사용법 
●Markdown♥ 
o마크다운 활용법
Markdown? 
●2004년, 존 그루버(John Gruber)에 의해 탄생 
●쉽게 쓰고 쉽게 읽을 수 있고 HTML 변환가능 
●특수기호와 문자를 이용한 간단한 형식의 문법 
●보다 빠르게 컨텐츠를 작성하고 직관적 인식
Markdown? 
●장점 
1.간결하다. 
2.별도의 도구없이 작성 가능하다. 
3.다양한 형태로 변환이 가능하다. 
4.텍스트로 저장되어 용량이 작다. 
5.버전관리 시스템을 이용해서 관리할 수 있다. 
6.지원하는 도구와 플랫폼이 다양하다.
Markdown? 
●단점 
1.표준이 없다. 
2.표준이 없기 때문에 도구나 플랫폼에 따라서 변환방 
식이 다르다. 
3.모든 HTML를 대신하지는 못한다.
Markdown? 
깃헙(Github) 저장소 README.md
Markdown! - 헤더 
This is an H1 
============= 
This is an H2 
------------- 
# This is a H1 
## This is a H2 
### This is a H3 
#### This is a H4 
##### This is a H5 
###### This is a H6
Markdown! - 인용 
> This is a first blockqute. 
> > This is a second blockqute. 
> > > This is a third 
blockqute. 
> ### This is a H3 
> * List 
> ``` 
> code 
> ```
Markdown! - 목록 
순서있는 목록(번호) 
1. 첫번째 
2. 두번째 
3. 세번째 
1. 첫번째 
3. 세번째 
2. 두번째
Markdown! - 목록 
순서없는 목록(글머리기호) 
* 빨강 
* 녹색 
* 파랑 
+ 빨강 
+ 녹색 
+ 파랑 
- 빨강 
- 녹색 
- 파랑
Markdown! - 목록 
내가 쓰는 방식 
* 1단계 
- 2단계 
+ 3단계 
= 4단계
Markdown! - 코드 
``` 
This is a normal paragraph: 
This is a code block. 
end code block. 
```
Markdown! - 수평선 
* * * 
*** 
***** 
- - - 
---------------------------------------
Markdown! - 링크 
Link: [Google][googlelink] 
[googlelink]: https://google.com "Go 
google" 
[Google](https://google.com, "google link") 
<http://example.com/> 
<address@example.com>
Markdown! - 강조 
*single asterisks* 
_single underscores_ 
**double asterisks** 
__double underscores__ 
++underline++ 
~~cancelline~~
Markdown! - 이미지 
![석촌호수 러버덕 
](http://cfile6.uf.tistory.com/image/2426E646 
543C9B4532C7B0) 
![석촌호수 러버덕 
](http://cfile6.uf.tistory.com/image/2426E646 
543C9B4532C7B0 "RubberDuck")
Markdown♥ 
●이지윅(WSYWIG) 에디터 
o붙여넣거나 
o파일을 업로드 하거나 
스타일 HTML로 복사해서 붙여넣기하면 가급적이면 본문은 수정하지 않는 것이 좋다.
Markdown♥ 
●깃헙Github, 비트버킷Bitbucket, 요비Yobi 등 
o작성한 마크다운 원문을 복사해서 붙여넣기! 
o마크다운 파일을 업로드! 
이지윅 에디터과는 차원이 다름!
Markdown♥ 
●MS워드 
o스타일HTML을 복사해서 붙여넣거나 
oHTML로 내보내기 후에 불러오거나 
o마크다운 편집기에서 DOC로 저장하거나 
목차를 사용하려면 헤더를 잘 고려해야함.
나는요! 
하루패드에서 작성하고!
나는요! 
티스토리에 붙여넣거나!
나는요! 
Dropbox 링크를 공유하거나!
나는요! 
워드에 붙여넣어서 씁니다.
정리 
●마크다운 기본문법만 알면 손쉽게 작성! 
●다양한 도구와 플랫폼에서 지원! 
●마크다운을 이용해서 쉽고 빠르게!
정리 
●마크다운 기본문법만 알면 손쉽게 작성! 
●다양한 도구와 플랫폼에서 지원! 
●마크다운을 이용해서 쉽고 빠르게!
정리 
●관련정보는! 
Dropbox: http://goo.gl/WlciLI
끝! 
Markdown을 활용하면 
문서작성이 쉬워집니다. 
바로 써보세요! 
롸잇나우~!

Contenu connexe

Tendances

취미로 엔진 만들기
취미로 엔진 만들기취미로 엔진 만들기
취미로 엔진 만들기Jiho Choi
 
TOROS N2 - lightweight approximate Nearest Neighbor library
TOROS N2 - lightweight approximate Nearest Neighbor libraryTOROS N2 - lightweight approximate Nearest Neighbor library
TOROS N2 - lightweight approximate Nearest Neighbor libraryif kakao
 
Git 입문자를 위한 가이드
Git 입문자를 위한 가이드Git 입문자를 위한 가이드
Git 입문자를 위한 가이드chandler0201
 
The Go programming language - Intro by MyLittleAdventure
The Go programming language - Intro by MyLittleAdventureThe Go programming language - Intro by MyLittleAdventure
The Go programming language - Intro by MyLittleAdventuremylittleadventure
 
Golang (Go Programming Language)
Golang (Go Programming Language)Golang (Go Programming Language)
Golang (Go Programming Language)ShubhamMishra485
 
How to build massive service for advance
How to build massive service for advanceHow to build massive service for advance
How to build massive service for advanceDaeMyung Kang
 
Go Programming Language by Google
Go Programming Language by GoogleGo Programming Language by Google
Go Programming Language by GoogleUttam Gandhi
 
An Introduction Into Using Angular’s Material Design
An Introduction Into Using Angular’s Material DesignAn Introduction Into Using Angular’s Material Design
An Introduction Into Using Angular’s Material DesignTracy Lee
 
GoによるiOSアプリの開発
GoによるiOSアプリの開発GoによるiOSアプリの開発
GoによるiOSアプリの開発Takuya Ueda
 
Introduction to go lang
Introduction to go langIntroduction to go lang
Introduction to go langAmal Mohan N
 
Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners HubSpot
 
Introduction to Git Commands and Concepts
Introduction to Git Commands and ConceptsIntroduction to Git Commands and Concepts
Introduction to Git Commands and ConceptsCarl Brown
 

Tendances (20)

Git - Level 2
Git - Level 2Git - Level 2
Git - Level 2
 
취미로 엔진 만들기
취미로 엔진 만들기취미로 엔진 만들기
취미로 엔진 만들기
 
TOROS N2 - lightweight approximate Nearest Neighbor library
TOROS N2 - lightweight approximate Nearest Neighbor libraryTOROS N2 - lightweight approximate Nearest Neighbor library
TOROS N2 - lightweight approximate Nearest Neighbor library
 
Git 입문자를 위한 가이드
Git 입문자를 위한 가이드Git 입문자를 위한 가이드
Git 입문자를 위한 가이드
 
The Go programming language - Intro by MyLittleAdventure
The Go programming language - Intro by MyLittleAdventureThe Go programming language - Intro by MyLittleAdventure
The Go programming language - Intro by MyLittleAdventure
 
Git training v10
Git training v10Git training v10
Git training v10
 
Golang (Go Programming Language)
Golang (Go Programming Language)Golang (Go Programming Language)
Golang (Go Programming Language)
 
How to build massive service for advance
How to build massive service for advanceHow to build massive service for advance
How to build massive service for advance
 
Gitlab ci-cd
Gitlab ci-cdGitlab ci-cd
Gitlab ci-cd
 
Go Programming Language by Google
Go Programming Language by GoogleGo Programming Language by Google
Go Programming Language by Google
 
Scalable webservice
Scalable webserviceScalable webservice
Scalable webservice
 
Git real slides
Git real slidesGit real slides
Git real slides
 
Git+github
Git+githubGit+github
Git+github
 
An Introduction Into Using Angular’s Material Design
An Introduction Into Using Angular’s Material DesignAn Introduction Into Using Angular’s Material Design
An Introduction Into Using Angular’s Material Design
 
GoによるiOSアプリの開発
GoによるiOSアプリの開発GoによるiOSアプリの開発
GoによるiOSアプリの開発
 
Introduction to go lang
Introduction to go langIntroduction to go lang
Introduction to go lang
 
Aprendendo Git
Aprendendo GitAprendendo Git
Aprendendo Git
 
Go lang
Go langGo lang
Go lang
 
Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners
 
Introduction to Git Commands and Concepts
Introduction to Git Commands and ConceptsIntroduction to Git Commands and Concepts
Introduction to Git Commands and Concepts
 

Similaire à "허니몬의 마크다운 사용기"

마크다운 소개
마크다운 소개마크다운 소개
마크다운 소개Sejong Park
 
Golang Restful 서버 개발기
Golang Restful 서버 개발기Golang Restful 서버 개발기
Golang Restful 서버 개발기Hyejong
 
MongoDB in use(김인범, mongodb korea)
MongoDB in use(김인범, mongodb korea)MongoDB in use(김인범, mongodb korea)
MongoDB in use(김인범, mongodb korea)InBum Kim
 
스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기
스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기
스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기라한사 아
 
2019스마트국토엑스포-20190808-mago3D기술워크샵
2019스마트국토엑스포-20190808-mago3D기술워크샵2019스마트국토엑스포-20190808-mago3D기술워크샵
2019스마트국토엑스포-20190808-mago3D기술워크샵Gaia3D,Inc.
 
망고100 메뉴얼 환경부터포팅까지-2011-0324
망고100 메뉴얼 환경부터포팅까지-2011-0324망고100 메뉴얼 환경부터포팅까지-2011-0324
망고100 메뉴얼 환경부터포팅까지-2011-0324종인 전
 

Similaire à "허니몬의 마크다운 사용기" (7)

Slipp 발표 - GO
Slipp 발표 - GOSlipp 발표 - GO
Slipp 발표 - GO
 
마크다운 소개
마크다운 소개마크다운 소개
마크다운 소개
 
Golang Restful 서버 개발기
Golang Restful 서버 개발기Golang Restful 서버 개발기
Golang Restful 서버 개발기
 
MongoDB in use(김인범, mongodb korea)
MongoDB in use(김인범, mongodb korea)MongoDB in use(김인범, mongodb korea)
MongoDB in use(김인범, mongodb korea)
 
스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기
스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기
스프링 Generic autowired 로 구현하는 제너릭 컨트롤러 이야기
 
2019스마트국토엑스포-20190808-mago3D기술워크샵
2019스마트국토엑스포-20190808-mago3D기술워크샵2019스마트국토엑스포-20190808-mago3D기술워크샵
2019스마트국토엑스포-20190808-mago3D기술워크샵
 
망고100 메뉴얼 환경부터포팅까지-2011-0324
망고100 메뉴얼 환경부터포팅까지-2011-0324망고100 메뉴얼 환경부터포팅까지-2011-0324
망고100 메뉴얼 환경부터포팅까지-2011-0324
 

"허니몬의 마크다운 사용기"