./lib/dolt/view/markup.rb in dolt-0.2.2 vs ./lib/dolt/view/markup.rb in dolt-0.3.0

- old
+ new

@@ -27,10 +27,10 @@ def supported_markup_format?(path) GitHub::Markup.can_render?(path) end - def format_blob(path, code, options = {}) + def format_text_blob(path, code, repo = nil, ref = nil) render_markup(path, code) end end end end