Skip to content

The code we use to render README.your_favorite_markup

License

Notifications You must be signed in to change notification settings

Lucasmartinspg/markup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Markup

require 'github/markup'
GitHub::Markup.render('README.markdown', "* One\n* Two")

Or, more realistically:

require 'github/markup'
GitHub::Markup.render(file, File.read(file))

Don't send any pull requests until it's ready. It's not ready.

About

The code we use to render README.your_favorite_markup

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 58.6%
  • Python 23.4%
  • Perl 11.2%
  • CoffeeScript 4.5%
  • Shell 2.3%