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

markdown with empty html table row gives 500 #412

Closed
tripodsan opened this issue Sep 27, 2023 · 1 comment · Fixed by #413
Closed

markdown with empty html table row gives 500 #412

tripodsan opened this issue Sep 27, 2023 · 1 comment · Fixed by #413
Labels
bug Something isn't working released

Comments

@tripodsan
Copy link
Contributor

tripodsan commented Sep 27, 2023

the following md gives an error:

# Empty HTML Table Row

<table>
    <tbody>
        <tr style="border: 0;"></tr>
    </tbody>
</table>
 x-error: Cannot use 'in' operator to search for 'children' in undefined"
@tripodsan tripodsan added the bug Something isn't working label Sep 27, 2023
@tripodsan tripodsan changed the title markdown with only html crashes the pipeline markdown with empty html table row gives 500 Sep 29, 2023
tripodsan added a commit that referenced this issue Sep 29, 2023
tripodsan added a commit that referenced this issue Sep 29, 2023
github-actions bot pushed a commit that referenced this issue Sep 29, 2023
## [5.0.6](v5.0.5...v5.0.6) (2023-09-29)

### Bug Fixes

* error with empty html table row ([#413](#413)) ([a3dedd5](a3dedd5)), closes [#412](#412)
@github-actions
Copy link

🎉 This issue has been resolved in version 5.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant