Dev/etc.

Markdown 이란? (.md 확장자)






markdown 이란?

마크다운은 html 의 사촌 뻘 되는 언어로써, 일종의 문서 편집 도구라 할 수 있다. 마크다운 문법으로 작성된 파일은 md 확장자를 가진다. (.md) 


마크다운의 간단한 문법을 이용하면 Plain text 를 보기 좋게 꾸며줄 수 있다. 일반적으로 위키 편집, README 파일 등에서 사용된다.  백문이 불여일견이니, 예시를 보자.


 # markdown
 ---
from wikipidea, the free encyclopedia


 Markdown is a 
 [lightweight markup language](https://en.wikipedia.org/wiki/Lightweight_markup_language) with 
plain text formatting syntax  designed so that it can be converted to 
[HTML](https://en.wikipedia.org/wiki/HTML) and many other formats using a tool 
 by the same name. Markdown is often used to 
format [readme files](https://en.wikipedia.org/wiki/README), for writing 
 messages in online discussion forums, and to 
create [rich text](https://en.wikipedia.org/wiki/Formatted_text) using a 
 [plain text](https://en.wikipedia.org/wiki/Plain_text) 
[editor](https://en.wikipedia.org/wiki/Text_editor).

[markdown 으로 작성된 문서]




markdown



from wikipidea, the free encyclopedia

Markdown is a lightweight markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.



[markdownd 에 의해 생성된 문서]





위의 첫 번째 코드가 아래의 문서로 변환된 것을 볼 수 있다. 보기에는 복잡해 보이나, 알고 보면 매우 간단한 문법이다.  

   이러한 마크다운 언어 등을 이용한 편집 환경과 반대되는 개념으로는 마이크로소프트의 Word, 아래아 한글로 대표되는 위지윅 이 있으니 참고하시길.



왜 마크다운을 사용하는가?


마크다운 언어를 이용하여 얻을 수 있는 가장 큰 장점은 바로 문서를 작성할 때 마우스에 손이 가지 않아 작업 능률이 현저히 빨라진다는 것이다.


 시간 내어 익혀 놓으면 문서 작업 효율을 매우 향상 시킬 수 있다. 아래에서 공부하기에 좋은 자료를 소개하겠다.



사실 마크다운 문법에도 자잘한 차이가 있는 여러 파생종이 있지만 하나를 골라 배워 놓으면 나머지도 적응하기 쉽다. 배워서 남 주나?


참고하면 좋은 문서




Github 마크다운 Syntax


티스토리에 마크다운 적용하기


Visual studio code 를 markdown 에디터로 사용해 보자!





참고문헌 영문 위키

'Dev > etc.' 카테고리의 다른 글

Visual studio code 를 markdown 에디터로 사용해 보자!  (0) 2017.02.05