Table rendering issue #71

Closed
opened 2026-01-29 14:25:02 +00:00 by claunia · 1 comment
Owner

Originally created by @PulsarFX on GitHub (Nov 29, 2016).

This is my md:

| abc | def | ghi |
|---|---|---|
| 1 | 2 | 3 |
| 1 | 2 | ~3 |

which will render an empty cell in the second data row. It looks like I would have typed

| 1 | 2 |   | ~3 | 

v0.10.2

Originally created by @PulsarFX on GitHub (Nov 29, 2016). This is my md: ``` | abc | def | ghi | |---|---|---| | 1 | 2 | 3 | | 1 | 2 | ~3 | ``` which will render an empty cell in the second data row. It looks like I would have typed ``` | 1 | 2 | | ~3 | ``` v0.10.2
claunia added the bug label 2026-01-29 14:25:02 +00:00
Author
Owner

@xoofx commented on GitHub (Nov 29, 2016):

Thanks for the report, this is fixed by commit f11d803

@xoofx commented on GitHub (Nov 29, 2016): Thanks for the report, this is fixed by commit f11d803
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#71