Wrap markdown tables with <div>

I already do that, but I have some existing tables (in the tens or hundreds) that I created before that use a different format. For those, I wrapped them initially with a div, but I lost that after converting them to markdown. (Specifically, I need to apply display: block class on the whole table).