-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no warnings given when tables with merged cells fail to convert #2783
Comments
@jkr now that you've integrated warnings into the docx reader, it should be fairly simple to issue a warning in this case. Or have you already added that, too? |
No -- I just haven't had a chance to look through the xml in detail to I also think the deletion is the result of some shortcuts I take in the John MacFarlane notifications@github.com writes:
|
So it would be really great if a warning could be given! |
I tried the docx in the original post with the current dev version of pandoc, and no columns are lost. I'm sorry, we don't backport changes to older versions. But it looks like things are already fixed? |
When cells are being merged, though, I agree that a warning should be issued. |
Reason I mentioned that is because hosting companies do not very often upgrade their *nix version or PHP version resulting in the fact that as a user you are stuck with certain versions of pandoc. |
You can always install the static linux binary we provide, which should work just about everywhere. |
Commit 56b2111 added support for colspans and rowspans to the docx reader, so this should be fixed now. |
E.g. When I convert the attached docx file, pandoc deletes columns 2 and 3 without warning me. It would be useful to get a warning.
example_table_with_merged_cells.docx
The text was updated successfully, but these errors were encountered: