Module: Marquery::MarkdownToHtml

Included in:
Renderer
Defined in:
lib/marquery/markdown_to_html.rb

Instance Method Summary collapse

Instance Method Details

#markdown_to_html(_content) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/marquery/markdown_to_html.rb', line 5

def markdown_to_html(_content)
  raise NotImplementedError, "#{self.class} must implement #markdown_to_html"
end