마크다운 (Markdown)

구문강조 및 링크를 그냥 "써내려가는 듯" 만들수 있는 규약으로 쓰기 쉽고 읽기 쉬운 원본문서를 만들 수 있다. 1)

markdownextra 혹은 markdowku 플러긴을 통해 도쿠위키에서 사용할 수 있다.

  • 마크다운익스트라는 문서이름 끝에 .md를 붙이거나 일반 위키 페이지에 <markdown>……</markdown>을 사용하면 된다.
  • 마크다우쿠는 그냥 일부 문법을 도쿠위키에서 같이 쓸 수 있도록 한 것이다. 같이 쓰니 장점이 있다. 2)

블로그 서비스 중에서는 [](tumblr)에서 지원한다.

본 위키에서는 [마크다우쿠](https://www.dokuwiki.org/plugin:markdowku)를 사용한다. 3)

![그림](http://macin.files.wordpress.com/2012/09/markdown-module-for-the-play-framework-icon.png)

[기발한 링크 문법](http://my.offree.net/post/122160235)이 제일 마음에 든다.

문법

강조

*italic*   **bold**
_italic_   __bold__

링크

Inline:

An [example](http://url.com/ "Title")

Reference-style labels (titles are optional): An [example][id]. Then, anywhere else in the doc, define the link:

  [id]: http://example.com/  "Title"

사진

Inline (titles are optional):

![alt text](/path/img.jpg "Title")

Reference-style:

![alt text][id]
[id]: /url/to/img.jpg "Title"

제목

큰제목 1
====================

작은제목 2
--------

atx-style (closing #'s are optional):

# Header 1 #

## Header 2 ##

###### Header 6

목록

숫자 목록

1.  Foo
2.  Bar

점목록

*   A list item.

    With multiple paragraphs.

  *   Bar

혼합사용 가능

*   Abacus
    * answer
  *   Bubbles
    1.  bunk
    2.  bupkis
        * BELITTLER
    3. burper
  *   Cunning

인용

> Email-style angle brackets
> are used for blockquotes.

> > And, they can be nested.

> #### Headers in blockquotes
> 
> * You can quote a list.
> * Etc.

Code Spans <code> spans are delimited by backticks.

You can include literal backticks like `` `this` ``.

코드블럭

Indent every line of a code block by at least 4 spaces or 1 tab. This is a normal paragraph.

  This is a preformatted
  code block.

가로줄

Three or more dashes or asterisks:

---

  * * *

- - - -

강제 줄바꿈

End a line with two or more spaces:

Roses are red,   
Violets are blue.

관련자료

1)
도쿠위키 (Dokuwiki)의 생각과도 연결된다. 마크업 문서를 실시간으로 변환하는 위키의 특성과 자료를 txt 파일로 저장하는 도쿠위키의 특성을 고려하면 마크다운을 가장 마크다운 답게 잘 표현할 수 있는 도구가 도쿠위키이다.
2)
(!) 버그도 있다. 고양이 Dog와 같이 연달아 링크를 적으면 깨진다. 고양이,Dog 이것은 괜찮다.해결됨
3)
아직 안되는 것도 있지만 버그가 많이 잡혔다.

역링크