lib/github_api/markdown.rb in github_api-0.8.11 vs lib/github_api/markdown.rb in github_api-0.9.0
- old
+ new
@@ -1,14 +1,9 @@
# encoding: utf-8
module Github
class Markdown < API
- # Creates new Markdown API
- def initialize(options = {})
- super(options)
- end
-
# Render an arbritrary Markdown document
#
# = Parameters
# <tt>:text</tt> - Required string - The Markdown text to render
# <tt>:mode<tt> - Optional string - The rendering mode