Markdown 資源
==================
![Markdown](http://markdown.tw/images/208x128.png)

Spec
----

* [CommonMark](http://commonmark.org/)

Logo
----

* [The Markdown Mark](http://dcurt.is/the-markdown-mark)

編輯器
-----

### 寫作用編輯器
* OSX
  * [Byword](http://bywordapp.com/)
  * [iA Writer](http://www.iawriter.com/mac/)
  * [Mouapp](http://mouapp.com/)
  * [TEXTS](http://www.texts.io/)
  * [Kobito](http://kobito.qiita.com/)
* Linux
  * [ReText](http://sourceforge.net/p/retext/home/ReText/)
* Windows
  * [MarkdownPad](http://markdownpad.com/)
  * [TEXTS](http://www.texts.io/)
* iOS
  * [Byword](http://bywordapp.com/)
  * [iA Writer for iPad](http://www.iawriter.com/ipad/)
  * [iA Writer for iPhone](http://www.iawriter.com/iphone/)

### 預覽
* OSX
  * [Marked](https://itunes.apple.com/us/app/marked/id448925439)

### 通用文字編輯器 
* [Sublime Text](http://www.sublimetext.com/)
* Vim
  * [plasticboy/vim-markdown](https://github.com/plasticboy/vim-markdown)
  * [tpope/vim-markdown](https://github.com/tpope/vim-markdown)

### 網頁文字編輯器
* [Ace](http://ace.ajax.org/)
* [CodeMirror](http://codemirror.net/)
* [Dillinger](http://dillinger.io/)
* [EpicEditor](http://oscargodson.github.io/EpicEditor/)
* [Markgiu](https://github.com/bianchimro/markgiu)

### 瀏覽器 Extension
* [Markdown Here](https://github.com/adam-p/markdown-here/)

擴充版 Markdown
--------------
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
* [kramdown](http://kramdown.rubyforge.org/quickref.html#headers)
* [MultiMarkdown](http://fletcherpenney.net/multimarkdown/)
* [Pandoc's markdown](http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown)
  * [Pandoc’s Markdown 語法中文翻譯](http://pages.tzengyuxio.me/pandoc/) 
* [PHP Markdown Extra](http://michelf.ca/projects/php-markdown/extra/)

引擎
----
* C
  * [Sundown](https://github.com/vmg/sundown) 
* JavaScript
  * [showdown](https://github.com/cky/wmd), not maintained any more
  * [pagedown](https://code.google.com/p/pagedown/), StackOverflow
  * [coreyti/showdown](https://github.com/coreyti/showdown)
  * [marked](https://github.com/chjj/marked)
* PHP
  * [PHP Markdown](http://michelf.ca/projects/php-markdown/)
* Ruby
  * [Redcarpet](https://github.com/vmg/redcarpet) 
  * [Maruku](https://github.com/bhollis/maruku)

Blog 服務
---------

* [WordPress.com](http://wordpress.com/)
* [logdown](http://logdown.com/)

Blog 系統
---------
* [WordPress](http://wordpress.org/)
* [MOVABLETYPE](http://www.movabletype.org/)

CSS
---
* [Markdown css themes](http://jasonm23.github.io/markdown-css-themes/)
* [Markdown.css](http://mrcoles.com/demo/markdown-css/)

其他工具
--------
* [Doxygen](http://www.stack.nl/~dimitri/doxygen/manual/markdown.html)

標準
----
* [Markdown](http://daringfireball.net/projects/markdown/)
* [The Future of Markdown](http://www.codinghorror.com/blog/2012/10/the-future-of-markdown.html)
* [W3C Markdown Community Group](http://www.w3.org/community/markdown/)
* [W3C Markdown Community Group wiki](http://www.w3.org/community/markdown/wiki/Main_Page)


感謝
----

感謝 [WM](http://kidwm.net/) 協助整理