Module: ArticleJSON::Export::Common::HTML::Elements::Heading

Included in:
AMP::Elements::Heading, FacebookInstantArticle::Elements::Heading, HTML::Elements::Heading
Defined in:
lib/article_json/export/common/html/elements/heading.rb

Instance Method Summary collapse

Instance Method Details

#exportNokogiri::XML::NodeSet

Generate the heading element with the right text

Returns:

  • (Nokogiri::XML::NodeSet)


9
10
11
# File 'lib/article_json/export/common/html/elements/heading.rb', line 9

def export
  create_element(tag_name, @element.content)
end