-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Milestone
Description
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
Labels
No labels