We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I write table syntax, if the cell at first column in first row is empty that cell is ignored and not rendered.
Thanks in advance.
|a|b|c|d| | --- | --- | --- | --- | || bbb | ccc | ddd | || bbb | ccc | ddd |
This is reproduced when I paste the code into https://probablyup.com/markdown-to-jsx/
The text was updated successfully, but these errors were encountered:
add test quantizor#241
8b72282
Yikes, thanks for catching this
Sorry, something went wrong.
adjust trim when generating table cells (#242)
a5aa356
* fix first table's cell is ignored when empty * add test #241
Successfully merging a pull request may close this issue.
issue
When I write table syntax, if the cell at first column in first row is empty
that cell is ignored and not rendered.
Thanks in advance.
repro
markdown code
what I expect to render
what I actually get with markdown-to-jsx
This is reproduced when I paste the code into https://probablyup.com/markdown-to-jsx/
The text was updated successfully, but these errors were encountered: