Merge pull request #994 from stephenmcd/master

This commit is contained in:
Parker Moore 2014-03-17 17:45:49 -04:00
commit d80471c0a3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ eos
output = add_code_tags(
Pygments.highlight(code, :lexer => @lang, :options => @options),
@lang
@lang.to_s.gsub("+", "-")
)
output = context["highlighter_prefix"] + output if context["highlighter_prefix"]