以下の書式がサポートされいます。
Emacsユーザーにはorg-modeが使えるのが嬉しいんじゃないでしょうか。
-
.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 --
gem install wikicloth -
.rst --
easy_install docutils -
.asciidoc --
brew install asciidoc -
.pod --
Pod::Simple::HTML
comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN.
参考
GithubでREADMEのレンダリングに使われているライブラリです。