Skip to content

Adding class/id to table #59

@romeOz

Description

@romeOz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions