This gem implements various filters for html-pipeline used by GitLab.
Add this line to your application's Gemfile:
gem 'html-pipeline-gitlab'
And then execute:
$ bundle
Or install it yourself as:
$ gem install html-pipeline-gitlab
GitLabEmojiFilter
- replaces emoji references with images from PhantomOpenEmoji
- Fork it ( https://github.com/razer6/html-pipeline-gitlab/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request