Skip to content

fix: flatten pasted table cell spans - #488

Merged
Azganoth merged 1 commit into
mainfrom
bug/flatten-pasted-table-colspan
Sep 20, 2026
Merged

Azganoth merged 1 commit into
mainfrom
bug/flatten-pasted-table-colspan

Conversation

@Azganoth

Copy link
Copy Markdown
Owner

Summary

  • Flatten pasted HTML body cells with colspan into ordinary GFM columns before the document settles.
  • Cover the paste, save, and reopen path, and record the unsupported-span rule in the specification and changelog.

Related Issue

Closes #487

Verification

  • Pre-commit hooks passed staged formatting and linting.
  • pnpm check:frontend passed formatting, TypeScript, Oxlint, and the production build before Vitest coverage started.

Not verified: the focused Vitest test and full coverage run did not complete in this checkout; both stopped immediately after the Vitest RUN v4.1.11 banner. No manual desktop pass or desktop E2E run was performed.

Notes

rowspan and broader HTML-table support remain out of scope. The pasted cell's content stays in its starting column, while the columns it covered become ordinary empty cells.

@github-project-automation github-project-automation Bot moved this to Backlog in Leafdown Sep 20, 2026
@Azganoth Azganoth added the Bug Something isn't working label Sep 20, 2026
@Azganoth Azganoth self-assigned this Sep 20, 2026
@Azganoth
Azganoth enabled auto-merge (squash) September 20, 2026 17:38
@Azganoth
Azganoth merged commit b8c4213 into main Sep 20, 2026
3 checks passed
@Azganoth
Azganoth deleted the bug/flatten-pasted-table-colspan branch September 20, 2026 17:40
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Leafdown Sep 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Normalize pasted HTML colspan cells into GFM table columns

1 participant