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

incorrect table render #513

Open
HZ-labs opened this issue Aug 29, 2023 · 0 comments
Open

incorrect table render #513

HZ-labs opened this issue Aug 29, 2023 · 0 comments

Comments

@HZ-labs
Copy link

HZ-labs commented Aug 29, 2023

Markdown

description:

|9563|Some|Some text|
| --- | --- | --- |

renders to html with extra row and td

<table>
  <thead>
    <tr>
      <th>9563</th>
      <th>Some</th>
      <th>Some text</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td></td>
    </tr>
  </tbody>
</table>
image

Is it posible to clear tbody o return table without tbody?

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

1 participant