Skip to content

fix(docx): create separate formula items for each standalone equation#3141

Closed
qianchongyang wants to merge 1 commit into
docling-project:mainfrom
qianchongyang:fix/issue-3121-multiple-omml-equations
Closed

fix(docx): create separate formula items for each standalone equation#3141
qianchongyang wants to merge 1 commit into
docling-project:mainfrom
qianchongyang:fix/issue-3121-multiple-omml-equations

Conversation

@qianchongyang
Copy link
Copy Markdown

When a paragraph contains multiple oMath elements, previously they were concatenated into a single display block. Now each equation is processed separately and creates its own FORMULA item.

Fixes #3121

When a paragraph contains multiple oMath elements, previously they were
concatenated into a single display block. Now each equation is processed
separately and creates its own FORMULA item.

Fixes #3121
@github-actions
Copy link
Copy Markdown
Contributor

DCO Check Failed

Hi @qianchongyang, your pull request has failed the Developer Certificate of Origin (DCO) check.

This repository supports remediation commits, so you can fix this without rewriting history — but you must follow the required message format.


🛠 Quick Fix: Add a remediation commit

Run this command:

git commit --allow-empty -s -m "DCO Remediation Commit for qianchongyang <qianchongyang>

I, qianchongyang <qianchongyang>, hereby add my Signed-off-by to this commit: 371cf4d6190d7b0f42128efea6a614cc13a7fb3e"
git push

🔧 Advanced: Sign off each commit directly

For the latest commit:

git commit --amend --signoff
git push --force-with-lease

For multiple commits:

git rebase --signoff origin/main
git push --force-with-lease

More info: DCO check report

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 17, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

@dolfim-ibm
Copy link
Copy Markdown
Member

Duplicate of #3123

@dolfim-ibm dolfim-ibm marked this as a duplicate of #3123 Mar 23, 2026
@dolfim-ibm dolfim-ibm closed this Mar 23, 2026
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.

Multiple OMML equations in one paragraph concatenated into a single display block

2 participants