Table rendering issue #68

Open
opened 2026-01-29 14:24:57 +00:00 by claunia · 0 comments
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:24:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#68