parent
0b90e536ab
commit
b8dfc9a32f
|
|
@ -96,6 +96,7 @@ module Jekyll
|
||||||
#
|
#
|
||||||
# Returns String the converted content.
|
# Returns String the converted content.
|
||||||
def convert(content)
|
def convert(content)
|
||||||
|
Jekyll::Cache.new("Jekyll::Renderer").getset(content) do
|
||||||
converters.reduce(content) do |output, converter|
|
converters.reduce(content) do |output, converter|
|
||||||
begin
|
begin
|
||||||
converter.convert output
|
converter.convert output
|
||||||
|
|
@ -108,6 +109,7 @@ module Jekyll
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# Render the given content with the payload and info
|
# Render the given content with the payload and info
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue