-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Empty cell is not generated???? #476
Comments
+1 This issue is preventing me from using marked for instant-markdown-d |
Can't reproduce this without the markdown source you're feeding marked. | h1 | h2 | h3 | h4 |
| -- | -- | -- | -- |
| c1 | c2 | | c4 | <table>
<thead>
<tr>
<th>h1</th>
<th>h2</th>
<th>h3</th>
<th>h4</th>
</tr>
</thead>
<tbody>
<tr>
<td>c1</td>
<td>c2</td>
<td></td>
<td>c4</td>
</tr>
</tbody>
</table> |
Seems like this is still happening. | a | b | c |
| - | - | - |
| a | | c | Care to reopen? WorkaroundAdd | a | b | c |
| - | - | - |
| a | | c | |
Oh great! Thank you! |
Hi, Thanks |
/cc @joshbruce - the Release Wrangler |
I'm happy now that we landed #1315 Ship it |
I have following mark down file which has a table, notice the 3rd column does not have value, and is empty
it generates following html, notice it has 3 cells, I would expect there is an empty after value2. Anyone know what could be issue here?
..............The text was updated successfully, but these errors were encountered: