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 :)

Hi! Thanks again for the help on markdown. I launched my site on Ghost a couple of months ago and now I have a public link to share to an article that has some of that table shading you’d mentioned before: How to Cook Thanksgiving Dinner

Would you happen to know what might be causing it? (And thank you again!)