mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
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.