Object
# File lib/github/markdown.rb, line 27 def self.render(content) self.to_html(content, :markdown) end
# File lib/github/markdown.rb, line 31 def self.render_gfm(content) self.to_html(content, :gfm) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.