Class: ReverseMarkdown::Converters::Table

Inherits:
Base
  • Object
show all
Defined in:
lib/reverse_markdown/converters/table.rb

Instance Method Summary collapse

Methods inherited from Base

#escape_keychars, #extract_title, #treat, #treat_children

Instance Method Details

#convert(node) ⇒ Object



4
5
6
# File 'lib/reverse_markdown/converters/table.rb', line 4

def convert(node)
  "\n\n" << treat_children(node) << "\n"
end