Method: ArticleJSON::Import::GoogleDoc::HTML::HeadingParser#content
- Defined in:
- lib/article_json/import/google_doc/html/heading_parser.rb
#content ⇒ String
The raw text content of the heading, without any markup
13 14 15 |
# File 'lib/article_json/import/google_doc/html/heading_parser.rb', line 13 def content @node.inner_text end |