Method: ArticleJSON::Import::GoogleDoc::HTML::HeadingParser#element

Defined in:
lib/article_json/import/google_doc/html/heading_parser.rb

#elementArticleJSON::Elements::Heading



31
32
33
# File 'lib/article_json/import/google_doc/html/heading_parser.rb', line 31

def element
  ArticleJSON::Elements::Heading.new(level: level, content: content)
end