jekyll-newline_collapse

jekyll-newline_collapse

Jekyll plugin to strip extraneous whitespace.

Jekyll Newline Collapse

This plugin removes extra newlines from rendered Jekyll markup.

Based on kerotaa's original remove-empty-lines-html.rb plugin, this version strips newlines from non-HTML files and incorporates a few coding style changes.

Installation

This plugin is provided as a gem:

gem install jekyll-itafroma-collapse_newlines

Once the gem is installed, include it in your Jekyll site's configuration:

gems: ['jekyll/itafroma/collapse_newlines']

Acknowledgements

This plugin is a direct derivative work of kerotaa’s plugin, which is used with permission under the terms of the MIT license. The original plugin is copyright © 2012 kerotaa. The full text of the permission notice required for the MIT license can be found in the source code.

This plugin in its derivative form is copyright © 2013-2015 Mark Trapp. All rights reserved. It is made available via the MIT license. A copy of the license can be found in the LICENSE file.