jekyll/lib
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
..
jekyll Avoid duplicated output using highlight tags 2014-04-27 12:22:40 +02:00
site_template Merge pull request #2200 from fabianrbz/remove_unnecessary_post 2014-04-01 23:10:37 -04:00
jekyll.rb Add Jekyll::LiquidExtensions.lookup_variable 2014-04-22 14:27:47 -04:00