зеркало из https://github.com/github/markup.git
Merge pull request #1125 from rmrgh/master
Updating "Markups" section in README
This commit is contained in:
Коммит
6c250ae710
10
README.md
10
README.md
|
@ -19,12 +19,12 @@ Markups
|
|||
The following markups are supported. The dependencies listed are required if
|
||||
you wish to run the library. You can also run `script/bootstrap` to fetch them all.
|
||||
|
||||
* [.markdown, .mdown, .mkdn, .md](http://daringfireball.net/projects/markdown/) -- `gem install commonmarker` (https://github.com/gjtorikian/commonmarker). GitHub uses CommonMarker for rendering Markdown.
|
||||
* [.textile](https://www.promptworks.com/textile) -- `gem install RedCloth`
|
||||
* [.markdown, .mdown, .mkdn, .md](http://daringfireball.net/projects/markdown/) -- `gem install commonmarker` (https://github.com/gjtorikian/commonmarker)
|
||||
* [.textile](https://www.promptworks.com/textile) -- `gem install RedCloth` (https://github.com/jgarber/redcloth)
|
||||
* [.rdoc](https://ruby.github.io/rdoc/) -- `gem install rdoc -v 3.6.1`
|
||||
* [.org](http://orgmode.org/) -- `gem install org-ruby`
|
||||
* [.creole](http://wikicreole.org/) -- `gem install creole`
|
||||
* [.mediawiki, .wiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth`
|
||||
* [.org](http://orgmode.org/) -- `gem install org-ruby` (https://github.com/wallyqs/org-ruby)
|
||||
* [.creole](http://wikicreole.org/) -- `gem install creole` (https://github.com/larsch/creole)
|
||||
* [.mediawiki, .wiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth` (https://github.com/nricciar/wikicloth)
|
||||
* [.rst](http://docutils.sourceforge.net/rst.html) -- `pip install docutils`
|
||||
* [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (http://asciidoctor.org)
|
||||
* [.pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::XHTML`
|
||||
|
|
Загрузка…
Ссылка в новой задаче