Thanks to visit codestin.com
Credit goes to github.com

Skip to content

question: handle table element #20

@xushuhui

Description

@xushuhui

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions