-
Notifications
You must be signed in to change notification settings - Fork 4
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 colspan in tables #10
Comments
hughdavenport
added a commit
to hughdavenport/CommonMark-py-Extensions
that referenced
this issue
Aug 3, 2021
This adds support for having colspan generated in tables. The spec is yet to be updated with GFM. A cell with the sole contents of `-` will be ignored, and previous cells in the row will have a colspan attribute. Side effect would be that users can't have a cell with just `-` in it. Fixes GovReady#10
I've made PR #11 for this. |
If support is needed now, this is what I use:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a project I'm working on, having colspan would be useful, like described at github/markup#1151
Basically would want something like this to be able to be generated. I've opened a support ticket with GFM to see whether it could be added to the spec.
Perhaps the syntax could be something like (using
|-
as a separator that is spanning, which would then ignore that contents?):The text was updated successfully, but these errors were encountered: