Support for multi-line cells in Markdown tables
closed
Margo Poundstone
GitLab enables users to use <br> to add multiple lines to table cells written in Markdown. remark-grid-tables offers this functionality but remark's plugin page lists it as broken.
Joshua Chen
closed
Joshua Chen
Hi, first, have you tried if it works in Docusuarus? This looks like pretty standard Markdown feature, so I'm not surprised that it's already supported. Note that it's
<br />
with the closing slash, because it's ultimately JSX so you have to conform to JSX syntax.Secondly, that plugin page lists plugins that aren't compatible with micromark. However, our MDX parser is still v1, which doesn't use micromark.