Merge pull request #2957 from walpurgisriot/master
This commit is contained in:
commit
0553dc2f85
|
@ -60,7 +60,7 @@ module Jekyll
|
||||||
|
|
||||||
# Transform the contents based on the content type.
|
# Transform the contents based on the content type.
|
||||||
#
|
#
|
||||||
# Returns nothing.
|
# Returns the transformed contents.
|
||||||
def transform
|
def transform
|
||||||
converters.reduce(content) do |output, converter|
|
converters.reduce(content) do |output, converter|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue