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 multiple headers for tables #464

Closed
wants to merge 5 commits into from
Closed

Add multiple headers for tables #464

wants to merge 5 commits into from

Conversation

killall5
Copy link

@killall5 killall5 commented Aug 1, 2014

This patch add:

  • multiple header rows for tables
  • add colspan for cells
  • unify nptable & table code

@killall5 killall5 closed this Aug 3, 2014
@killall5 killall5 reopened this Aug 3, 2014
@joshbruce
Copy link
Member

#980

@joshbruce joshbruce added the L2 - annoying Similar to L1 - broken but there is a known workaround available for the issue label Dec 25, 2017
@joshbruce joshbruce added this to the 0.4.0 - No known defects milestone Dec 25, 2017
@joshbruce
Copy link
Member

Pretty sure we want to close this as I'm pretty sure "unknown repository" means abandoned. @matt- @UziTech

@lhf552004
Copy link

Hi @killall5 , It's very glad to see this PR. Is it now avaliable in current Marked? And how to use it?
Thanks

@UziTech
Copy link
Member

UziTech commented May 20, 2020

No this PR was closed without being merged.

@lhf552004
Copy link

No this PR was closed without being merged.

Hi @UziTech , Is there any way to achieve this funtionality? about colspan and rowspan for table.

@UziTech
Copy link
Member

UziTech commented May 20, 2020

According to the GFM spec

A table is an arrangement of data with rows and columns, consisting of a single header row, a delimiter row separating the header from the data, and zero or more data rows.

The only way to have multiple header rows or colspan and rowspan is with html. demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L2 - annoying Similar to L1 - broken but there is a known workaround available for the issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants