add caching hooks for Gollum::Markup
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ module Gollum
|
||||
#
|
||||
# Returns the String data.
|
||||
def formatted_data
|
||||
@blob && Gollum::Markup.new(self).render(historical?)
|
||||
@blob && @wiki.markup_class.new(self).render(historical?)
|
||||
end
|
||||
|
||||
# Public: The format of the page.
|
||||
|
||||
Reference in New Issue
Block a user