Method: ArticleJSON::Article#html_exporter

Defined in:
lib/article_json/article.rb

#html_exporterArticleJSON::Export::HTML::Exporter

Exporter instance for HTML



43
44
45
# File 'lib/article_json/article.rb', line 43

def html_exporter
  ArticleJSON::Export::HTML::Exporter.new(elements)
end