class MarkdownFormatter::ASTNode::Footnote
Public Instance Methods
to_s()
click to toggle source
# File lib/markdown_formatter/nodes/footnote.rb, line 4 def to_s node.dig(:options, :raw_text) end
# File lib/markdown_formatter/nodes/footnote.rb, line 4 def to_s node.dig(:options, :raw_text) end