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 ID and class attribute support to tables, header rows and data rows #154

Open
wants to merge 2 commits into
base: lib
Choose a base branch
from

Conversation

kburton
Copy link

@kburton kburton commented Feb 28, 2014

Added support for {#id .class} attributes to full tables, header rows and data rows.

Added support for {#id .class} attributes to tables when attributes are appended to the header line.
Added support for {#id .class} attributes to full tables, header rows and data rows.
@kburton
Copy link
Author

kburton commented Feb 28, 2014

I've implemented table attribute support for the full table and header and data rows:

Testing | Basic | Table {.table-class}
--------|-------|------ {.th-row-class}
a       | b     | c     {.td-row-class}
d       | e     | f     {.td-row-class-2}

I decided to keep the table attributes alongside the header row for consistency with the previous version. The header row attributes are entered on the underline row.

Feel free to merge whichever of these is most appropriate.

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.

1 participant