-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for merged cells #66
Comments
Hey! This project is called I recommend not doing this. Use regular GFM tables. Or, use HTML. |
This comment has been minimized.
This comment has been minimized.
So are you at any point considering adding support for row spanning or column spacing in the future. If not, what alternatives do you have in place for tables with merged cells for remark-gfm ?. Tried a handful of things for my current use case but it doesnt seem to work. |
Hey @Damola18! 👋 Taking a step back, consider not creating another markdown flavor.
Not to remark-gfm, no.
None in remark-gfm
It is possible to create your own markdown extension for pandoc or any other flavor you want to support. |
Initial checklist
Problem
Show table with merged cells (like one header row spanning over two cells)
Currently the following syntax does not work
Note that Github does not seem to suport this either :
| **Header spanning two columns ||
| - ||
| column 1 | column 2|
Solution
Support syntaxes allowing t create merged cells
See specs and questions asked on StackOverflow
https://web.archive.org/web/20170905052152/http://fletcher.github.io/MultiMarkdown-5/tables.html
https://stackoverflow.com/questions/46621765/can-i-merge-table-rows-in-markdown
Alternatives
Support pandoc style markdown for tables ?
https://pandoc.org/chunkedhtml-demo/8.9-tables.html
The text was updated successfully, but these errors were encountered: