GitHub HTML processing filters and utilities. This module includes a small framework for defining DOM based content filters and applying them to user provided content.
Add this line to your application's Gemfile:
gem 'github-html'
And then execute:
$ bundle
Or install it yourself as:
$ gem install github-html
TODO: Write usage instructions here
script/bootstrap
rake test
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- emoji gem is private, can't add to gemspec. specify manually for now
- syntax highlighter filter requires other github specific things
- autolink_filter depends on Github.enterprise?
- test whether nokogiri monkey patch is still necessary