Skip to content

Table without body at the end of markdown not detected #179

@buddh4

Description

@buddh4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions