marked
marked copied to clipboard
Confused about gfm table and setext heading
table
| a |
--
| b |
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 |