Skip to content
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

Add support for colspan #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hughdavenport
Copy link
Contributor

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 #10

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
@hughdavenport
Copy link
Contributor Author

Just a note about the side effect of not allowing only - in tables. This generates html of <ul> so I doubt it is used, as would be broken html :)

This was referenced Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for colspan in tables
1 participant