|
@ -90,6 +90,7 @@ module Jekyll |
|
|
source = safe_wrap(source) |
|
|
source = safe_wrap(source) |
|
|
source = context['pygments_prefix'] + source if context['pygments_prefix'] |
|
|
source = context['pygments_prefix'] + source if context['pygments_prefix'] |
|
|
source = source + context['pygments_suffix'] if context['pygments_suffix'] |
|
|
source = source + context['pygments_suffix'] if context['pygments_suffix'] |
|
|
|
|
|
source |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|