How to format markdown tables?

I’m using the Bulletin theme, and my markdown tables aren’t playing well with long content. Also I’m getting this dropshadow on the right side of my tables. Anyone know a way to fix this?

I don’t have a table in bulletin handy to test with (it’s always nice to link a page with an example, instead of a screenshot). But your fix is going to look something like this, placed in code injection (either for the post or the site):

<style>
  table * {
   white-space: normal!important;
   }
table td { background-image: none!important } ;
</style>
1 Like

That worked perfectly. Thank you so much!

Looks like there’s still some shading. That could be several things, link site if you need help finding it :)