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

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

#contentString

The raw text content of the heading, without any markup

Returns:

  • (String)


13
14
15
# File 'lib/article_json/import/google_doc/html/heading_parser.rb', line 13

def content
  @node.inner_text
end