-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Block] TableAffects the Table BlockAffects the Table Block[Feature] Paste[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Milestone
Description
Description
When pasting markdown tables with empty cells, those cells are being ignored.
To Reproduce
Steps to reproduce the behavior:
- Go to https://www.tablesgenerator.com/markdown_tables
- Generate a table or use the following example:
| | | Text | | |
|---|------|-------|-------|------|
| | | | | Text |
| | Text | | | |
| | | Text1 | Text2 | |
This should render to:
Text | ||||
---|---|---|---|---|
Text | ||||
Text | ||||
Text1 | Text2 |
Expected behavior
Tables should be parsed from markdown correctly, as they do for example in github or gitlab environments.
Desktop
- Browser: Tested in latest Chrome and Firefox
Additional context
- Gutenberg Version: 4.1.1
Metadata
Metadata
Assignees
Labels
[Block] TableAffects the Table BlockAffects the Table Block[Feature] Paste[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended