Confused about gfm table and setext heading #1499
Labels
category: tables
L2 - annoying
Similar to L1 - broken but there is a known workaround available for the issue
table
will parsed as a table. It was so confused with setext heading.
According to GFM spec, table delimiter must contain a pipe
|
.GitHub will treat this as a setext heading other than a table:
| a |
| b |
The text was updated successfully, but these errors were encountered: