most specifically the problem is that markdown tables don't allow breaking the table row in multiple lines
but then you can always use HTML tables in markdown and Pandoc transforms it just fine
<br> has worked fine whenever I’ve needed line breaking in markdown tables
loading story #48249119
loading story #48248994
Every markdown implementation is supposed to allow inline HTML.