jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Support for tables without headers #53

Open patricktokeeffe opened 8 years ago

patricktokeeffe commented 8 years ago

I've been using this style to omit header rows on tables (a la Bitbucket-flavored MD):

|
|----------|-----------|
| cell 1   | cell 2    |
| another  | a fourth  |

It isn't supported yet by markdown-it but making a plugin was suggested. Since that project follows CommonMark I've commented on their table discussion page.

EDIT: I know this depends on upstream + spec; hopefully similarly-affected users find this issue then voice support on the discussion page. Feel free to close to your preference. Thanks