markup icon indicating copy to clipboard operation
markup copied to clipboard

Add headerless tables in GFM

Open arm32x opened this issue 9 years ago • 2 comments

There is a workaround, but a real feature would be great.

foo bar
baz eggs

arm32x avatar Sep 21 '16 13:09 arm32x

@cummconn053 How are tables even working for you?

Unless I change the line here - https://github.com/github/markup/blob/master/lib/github/markup/markdown.rb#L11 to include tables: true my tables are not converted over. This is my markup,

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |

Am I missing any configuration?

abhi-mahabalshetti avatar Oct 31 '16 15:10 abhi-mahabalshetti

Also https://github.com/github/cmark-gfm/issues/91

abitrolly avatar May 20 '20 05:05 abitrolly

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 14 '24 12:12 github-actions[bot]