Skip to content

fix: table ordering by correcting rowspan logic#323

Open
mgrablo wants to merge 2 commits into
nsh07:mainfrom
mgrablo:fix/table-order
Open

fix: table ordering by correcting rowspan logic#323
mgrablo wants to merge 2 commits into
nsh07:mainfrom
mgrablo:fix/table-order

Conversation

@mgrablo
Copy link
Copy Markdown

@mgrablo mgrablo commented May 11, 2026

The parseWikitable function was skipping checks for adjacent cells when applying rowspans causing the columns to be shifted.

Changes:

  • Fixed row spanning logic in parseWikitable function.
  • Added ParseWikitableTest file to verify this fix.

Before:
image
After:
image

Fixes #321

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Broken table order

1 participant