class BootstrapMarkdown < Redcarpet::Render::HTML def table(header, body) "\n#{header}\n#{body}
" end end