lib/gitdocs/rendering.rb in gitdocs-0.4.15 vs lib/gitdocs/rendering.rb in gitdocs-0.5.0.pre1
- old
+ new
@@ -18,6 +18,6 @@
class RedcarpetCompat
def to_html(*_dummy)
@text = @text.force_encoding('utf-8') if @text.respond_to?(:force_encoding)
@markdown.render(@text)
end
-end
\ No newline at end of file
+end