Sha256: cc26c4878d73f23eb93c66c018c61ed4c2037889b1a46534e6f459412a1b5865
Contents?: true
Size: 979 Bytes
Versions: 4
Compression:
Stored size: 979 Bytes
Contents
# Html::Pipeline::Gitlab This gem implements various filters for [html-pipeline](https://github.com/jch/html-pipeline) used by [GitLab](https://about.gitlab.com). [![Build Status](https://semaphoreapp.com/api/v1/projects/b9b808be-6c72-4e76-ae62-79b3a25a022a/243365/badge.png)](https://semaphoreapp.com/razer6/html-pipeline-gitlab) ## Installation Add this line to your application's Gemfile: ```ruby gem 'html-pipeline-gitlab' ``` And then execute: $ bundle Or install it yourself as: $ gem install html-pipeline-gitlab ## Filters * `GitLabEmojiFilter` - replaces emoji references with images from [PhantomOpenEmoji](https://github.com/Genshin/PhantomOpenEmoji) ## Contributing 1. Fork it ( https://github.com/razer6/html-pipeline-gitlab/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
html-pipeline-gitlab-0.1.2 | README.md |
html-pipeline-gitlab-0.1.1 | README.md |
html-pipeline-gitlab-0.1.0 | README.md |
html-pipeline-gitlab-0.0.6 | README.md |