GitHub Markup
We use this library on GitHub when rendering your README or any other rich text file.Markups
The following markups are supported. The dependencies listed are required if you wish to run the library. You can also runscript/bootstrap
to fetch them all.-
.markdown, .mdown, .md --
gem install redcarpet
(https://github.com/vmg/redcarpet) -
.textile --
gem install RedCloth
-
.rdoc --
gem install rdoc -v 3.6.1
-
.org --
gem install org-ruby
-
.creole --
gem install creole
-
.mediawiki, .wiki --
gem install wikicloth
-
.rst --
easy_install docutils
-
.asciidoc, .adoc, .asc --
gem install asciidoctor
(http://asciidoctor.org) -
.pod --
Pod::Simple::HTML
comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN.
Installation
gem install github-markup
from https://github.com/github/markup