Skip to content

Unable to parse some kind of table markdown #2556

Closed
cnblogs-dudu opened this Issue · 0 comments

1 participant

@cnblogs-dudu

Unable to convert the following markdown to html.

table:

| cell |  
| -----  |

| cell1 |cell2|  
| -----  |------|

| cell1 |  
| -----  |
| text   |

| cell1 |cell2|   
| -----  |------|
| text1  |text2 |
@jgm jgm added a commit that closed this issue
@jgm Allow pipe tables with no body rows.
Previously this raised a runtime error.

Closes #2556.
33d328f
@jgm jgm closed this in 33d328f
@jgm jgm added a commit that referenced this issue
@jgm Added bodyless pipe table test case.
See #2556.
57350d9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.