markdown
markdown copied to clipboard
Table without body at the end of markdown not detected
The following markdown table without body at the end of the markdown text is not detected and will be rendered as paragraph:
"| Tables | Are | Cool |\n| ------------- |:-------------:| -----:|"
while this one is detected (due to the following line):
| Tables | Are | Cool |\n| ------------- |:-------------:| -----:|\n\nasdf
Due to this check: https://github.com/cebe/markdown/blob/master/block/TableTrait.php#L23