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