markup
markup copied to clipboard
Add headerless tables in GFM
There is a workaround, but a real feature would be great.
| foo | bar |
| baz | eggs |
@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?
Also https://github.com/github/cmark-gfm/issues/91
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.