-
-
Couldn't load subscription status.
- Fork 23
Open
Description
Thank your work for this repo,I use it in my project,It is great. But I found a question
<table>
<thead>
<tr>
<th>foo1</th>
<th>bar1</th>
</tr>
</thead>
<tbody>
<tr>
<td>foo2</td>
<td>bar2</td>
</tr>
</tbody>
</table>
Convert Output
|foo2 | bar2|
I think it should output
|foo1 | bar1|
|=== | ----|
|foo2 | bar2|
tks again
Metadata
Metadata
Assignees
Labels
No labels