Going to be the best soundboard app!
- .markdown --
gem install redcarpet - .textile --
gem install RedCloth - .rdoc
- .org --
gem install org-ruby - .creole --
gem install creole - .mediawiki --
gem install wikicloth - .rst --
easy_install docutils - .asciidoc --
brew install asciidoc - .pod --
Pod::Simple::HTMLcomes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN. - .1 - Requires
groff
blah
If your markup is in a language other than Ruby, drop a translator
script in lib/github/commands which accepts input on STDIN and
returns HTML on STDOUT. See [rest2html][r2h] for an example.
Once your script is in place, edit lib/github/markups.rb and tell
GitHub Markup about it. Again we look to [rest2html][r2hc] for
guidance: