Class: Gitabu::Api::V3::Markdown

Inherits:
Object
  • Object
show all
Defined in:
lib/gitabu/api/v3/markdown.rb

Overview

Markdown endpoints.

Class Method Summary collapse

Class Method Details

.render_a_markdown_document(text: nil, mode: nil, context: nil, options: nil) ⇒ Object



38
39
40
# File 'lib/gitabu/api/v3/markdown.rb', line 38

def self.render_a_markdown_document(text: nil, mode: nil, context: nil, options: nil)
  new.render_a_markdown_document(text, mode, context, options)
end

.render_a_markdown_document_in_raw_mode(options: nil) ⇒ Object



42
43
44
# File 'lib/gitabu/api/v3/markdown.rb', line 42

def self.render_a_markdown_document_in_raw_mode(options: nil)
  new.render_a_markdown_document_in_raw_mode(options)
end