下記は、org-modeでREADMEを書いているリポジトリです。
今までこれを知らずにMarkdownで書いてました…。
次に作るリポジトリからREADMEはorg-modeで書こうと思います。
参考
GithubでREADMEのレンダリングに使われているライブラリです。
以下の書式がサポートされいます。
- .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.