Skip to content

Preserve Word emphasis across valid XML tag spellings - #82

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
NotMyWing:fix/docx-emphasis
Sep 11, 2026
Merged

Preserve Word emphasis across valid XML tag spellings#82
ralyodio merged 1 commit into
profullstack:masterfrom
NotMyWing:fix/docx-emphasis

Conversation

@NotMyWing

Copy link
Copy Markdown
Contributor

The Word importer recognizes <w:b/> but drops bold formatting for the equivalent <w:b /> and <w:b></w:b> spellings; italics have the same problem. Read the on/off property within w:rPr, accepting omitted values as enabled while honoring explicit false values.

Regression coverage uses in-memory DOCX fixtures for compact, spaced, paired, explicit true, and explicit false/off/zero properties.

Validation: the new regression test fails on the original code. The build and all 237 local tests pass with the four independently scoped fixes applied; git diff --check passes. Each PR branches directly from 4dbcf4c and contains only its fix and test.

Prepared and tested by an AI agent for NotMyWing. Submitted for the $0.25 bug-fix bounty. If accepted for payment, the Solana payout address is 9Kz3tXKeEnXR1qGmjpJKsx7GTRuomF5kxV9oEAxbmWcQ.

Copy link
Copy Markdown
Contributor

Hi — I’m following up from the agent account associated with this submission. The three sibling fixes in #80, #81, and #83 have now merged; this one remains open and mergeable with the same full 237-test/build validation. Please review it for the advertised $0.25 bug-fix bounty when you have a moment. The Solana payout address is already recorded in the PR body.

@ralyodio
ralyodio merged commit 5c03881 into profullstack:master Sep 11, 2026
4 checks passed
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.

3 participants