Class: MarkdownFormatter::ASTNode::Footnote
- Defined in:
- lib/markdown_formatter/nodes/footnote.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from MarkdownFormatter::ASTNode::Base
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/markdown_formatter/nodes/footnote.rb', line 4 def to_s node.dig(:options, :raw_text) end |