From 1db5a634e9f8944f34123b382f72f91822e3fcaa Mon Sep 17 00:00:00 2001 From: othree Date: Tue, 7 Aug 2018 09:32:37 +0800 Subject: [PATCH] Fix logo --- resources.html | 9 ++++--- resources.md | 68 +++++++++++++++++++++++++------------------------- 2 files changed, 39 insertions(+), 38 deletions(-) diff --git a/resources.html b/resources.html index 5584b27..b85c666 100644 --- a/resources.html +++ b/resources.html @@ -24,9 +24,10 @@

Markdown 資源

-
-Markdown
Markdown
-
+
+ + +

Spec

  • kramdown
  • MultiMarkdown
  • -
  • Pandoc’s markdown +
  • Pandoc's markdown
  • diff --git a/resources.md b/resources.md index 57812e1..6482503 100644 --- a/resources.md +++ b/resources.md @@ -1,6 +1,6 @@ # Markdown 資源 -![Markdown](https://markdown.tw/images/208x128.png) +![](https://markdown.tw/images/208x128.png) ## Spec @@ -19,39 +19,39 @@ ### 寫作用編輯器 * OSX - * [Typora](http://typora.io/) - * [MacDown](http://macdown.uranusjr.com/) - * [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/) + * [Typora](http://typora.io/) + * [MacDown](http://macdown.uranusjr.com/) + * [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/) - * [UberWriter](http://uberwriter.wolfvollprecht.de/) + * [ReText](http://sourceforge.net/p/retext/home/ReText/) + * [UberWriter](http://uberwriter.wolfvollprecht.de/) * Windows - * [MarkdownPad](http://markdownpad.com/) - * [TEXTS](http://www.texts.io/) - * [Miu](https://miu.0x142857.com) + * [MarkdownPad](http://markdownpad.com/) + * [TEXTS](http://www.texts.io/) + * [Miu](https://miu.0x142857.com) * iOS - * [Byword](http://bywordapp.com/) - * [iA Writer for iPad](http://www.iawriter.com/ipad/) - * [iA Writer for iPhone](http://www.iawriter.com/iphone/) + * [Byword](http://bywordapp.com/) + * [iA Writer for iPad](http://www.iawriter.com/ipad/) + * [iA Writer for iPhone](http://www.iawriter.com/iphone/) * All - * [Marp](https://yhatt.github.io/marp/), Markdown to slide + * [Marp](https://yhatt.github.io/marp/), Markdown to slide ### 預覽 * OSX - * [Marked](https://itunes.apple.com/us/app/marked/id448925439) + * [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) + * [plasticboy/vim-markdown](https://github.com/plasticboy/vim-markdown) + * [tpope/vim-markdown](https://github.com/tpope/vim-markdown) ### 網頁文字編輯器 @@ -68,11 +68,11 @@ ## 擴充版 Markdown * [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) - * [Spec](https://github.github.com/gfm/) + * [Spec](https://github.github.com/gfm/) * [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/) + * [Pandoc’s Markdown 語法中文翻譯](http://pages.tzengyuxio.me/pandoc/) * [PHP Markdown Extra](http://michelf.ca/projects/php-markdown/extra/) * [R Markdown](https://rmarkdown.rstudio.com/) * [Maruka](http://markua.com/) @@ -80,22 +80,22 @@ ## 引擎 * C - * [cmark](https://github.com/jgm/cmark) - * [Sundown](https://github.com/vmg/sundown) + * [cmark](https://github.com/jgm/cmark) + * [Sundown](https://github.com/vmg/sundown) * JavaScript - * [commonmark.js](https://github.com/jgm/commonmark.js) - * [showdown](https://github.com/cky/wmd), not maintained any more - * [pagedown](https://github.com/StackExchange/pagedown), StackOverflow - * [coreyti/showdown](https://github.com/coreyti/showdown) - * [marked](https://github.com/chjj/marked) - * [Remarkable](https://jonschlinkert.github.io/remarkable/demo/) + * [commonmark.js](https://github.com/jgm/commonmark.js) + * [showdown](https://github.com/cky/wmd), not maintained any more + * [pagedown](https://github.com/StackExchange/pagedown), StackOverflow + * [coreyti/showdown](https://github.com/coreyti/showdown) + * [marked](https://github.com/chjj/marked) + * [Remarkable](https://jonschlinkert.github.io/remarkable/demo/) * PHP - * [PHP Markdown](http://michelf.ca/projects/php-markdown/) + * [PHP Markdown](http://michelf.ca/projects/php-markdown/) * Python - * [CommonMark](https://pypi.python.org/pypi/CommonMark) + * [CommonMark](https://pypi.python.org/pypi/CommonMark) * Ruby - * [Redcarpet](https://github.com/vmg/redcarpet) - * [Maruku](https://github.com/bhollis/maruku) + * [Redcarpet](https://github.com/vmg/redcarpet) + * [Maruku](https://github.com/bhollis/maruku) ## 反向引擎