Closed cuonghuunguyen closed 2 years ago
Hi, this is expected behavior as defined in MultiMarkdown:
You can create multiple
<tbody>
tags (for HTML) within a table by having a single empty line between rows of the table.
But this rule seems to have confused some (#18).
I'm considering add an option like multitbody: false
to disable this.
Hi, Thank you for your very quick response. That would be great to have that feature. For now, I think I should apply the workaround to have 2 or more line breaks between tables. Do you have any better workarounds for the moment (e.g. overriding rules)? I would be appreciated to hear that.
Yes. For now, the best workaround is to introduce more empty lines.
Adding a table caption at the bottom also indicates the end of tables, but this introduces conflict against common standards again.
Closed for version 4.2.0.
Description When parsing 2 or more consecutive tables, they will be merged into one table with multiple
tbody
Example code
Expected output
Actual output