class Playbook::Markdown::HTMLBlockCode

def table(header, body)

def table(header, body)
  "<table class='pb_table table-sm table-responsive-collapse table-card table-collapse-sm'>" \
    "<thead>#{header}</thead>" \
    "<tbody>#{body}</tbody>" \
  "</table>"
end