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

Adding class/id to table #59

Open
romeOz opened this issue Aug 27, 2014 · 1 comment
Open

Adding class/id to table #59

romeOz opened this issue Aug 27, 2014 · 1 comment
Milestone

Comments

@romeOz
Copy link

romeOz commented Aug 27, 2014

Hi, Cebe. Maybe you can add a class/id to the table.
Example:

{.class1 #id1 .class2}
| header_1 | header_2 | header_3 |
| :------- | :------- | :------: |
|  text_1  |  text_2  |  text_3  |

Result:

<table class="class1 class2" id="id1">
  <thead>
    <tr><th align="left">header_1 </th><th align="left">header_2 </th><th align="center">header_3</th></tr>
  </thead>
  <tbody>
    <tr><td align="left">text_1</td><td align="left">text_2</td><td align="center">text_3</td></tr>
  </tbody>
</table>

My implementation based on your library turned out to be dirty.

@cebe cebe added this to the 1.1 milestone Aug 27, 2014
@cebe
Copy link
Owner

cebe commented Aug 27, 2014

cool, will consider it.

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

No branches or pull requests

2 participants