Markdown 語法說明中文版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.9 KiB

12 years ago
Markdown 資源
==================
12 years ago
![Markdown](http://markdown.tw/images/208x128.png)
12 years ago
Logo
----
* [The Markdown Mark](http://dcurt.is/the-markdown-mark)
編輯器
-----
12 years ago
### 寫作用編輯器
12 years ago
* OSX
12 years ago
* [Byword](http://bywordapp.com/)
* [iA Writer](http://www.iawriter.com/mac/)
12 years ago
* [Mouapp](http://mouapp.com/)
12 years ago
* [TEXTS](http://www.texts.io/)
12 years ago
* Linux
* [ReText](http://sourceforge.net/p/retext/home/ReText/)
* Windows
* [MarkdownPad](http://markdownpad.com/)
12 years ago
* [TEXTS](http://www.texts.io/)
12 years ago
* 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)
12 years ago
### 通用文字編輯器
* [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)
擴充版 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/)
12 years ago
12 years ago
其他工具
--------
* [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)
12 years ago
感謝
----
感謝 [WM](http://kidwm.net/) 協助整理