Closed wataru-chocola closed 3 years ago
looks like a bug!
Hi! This was marked as ready to be worked on! Note that while this is ready to be worked on, nothing is said about priority: it may take a while for this to be solved.
Is this something you can and want to work on?
Team: please use the area/*
(to describe the scope of the change), platform/*
(if this is related to a specific one), and semver/*
and type/*
labels to annotate this. If this is first-timers friendly, add good first issue
and if this could use help, add help wanted
.
released!
Thank you!
Initial checklist
Affected packages and versions
1.0.2
Link to runnable example
No response
Steps to reproduce
micromark-extension-gfm-table
doesn't seem to generate any events corresponding to empy cell which has no whitespace, like:In remark layer, here is PoC:
I checked mdast tree and generated events, and found there's no event which corresponds to empty cell.
Expected behavior
GitHub produces the following HTML. I expect
micromark-extension-gfm-table
(ormdast-gfm-table
orremark-gfm
) would do.Actual behavior
The following html is generated.
Runtime
Node v16
Package manager
npm v7
OS
Linux
Build and bundle tools
No response