class Redcarpet::Render::StripDown

def table(header, body)

def table(header, body)
  "#{header}#{body}"
end