jekyll/features
Robin Dupret 3a610882f6 Avoid duplicated output using highlight tags
While using Rouge and an `highlight` tag, the output was duplicated
since the `output` variable in the Liquid tag definition was equal to
the highlighter's prefix value and the `<<` method changes its receiver.

Therefore, we should simply define an empty string and append the prefix
if it is present.
2014-04-27 12:22:40 +02:00
..
step_definitions Avoid duplicated output using highlight tags 2014-04-27 12:22:40 +02:00
support Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
collections.feature Use the 'output' key instead of 'write' for writing out collections' document files. 2014-04-25 19:47:35 -04:00
create_sites.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
data.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
drafts.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
embed_filters.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
frontmatter_defaults.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
include_tag.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
markdown.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
pagination.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
permalinks.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
post_data.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
post_excerpts.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
site_configuration.feature Avoid duplicated output using highlight tags 2014-04-27 12:22:40 +02:00
site_data.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00