class ReverseMarkdown::Converters::Table
Public Instance Methods
convert(node, state = {})
click to toggle source
# File lib/reverse_markdown/converters/table.rb, line 4 def convert(node, state = {}) "\n\n" << treat_children(node, state) << "\n" end