Require support with Pandoc's processing of RTF tables #11682
Unanswered
SnakeRelatedBusiness
asked this question in
Q&A
Replies: 6 comments 2 replies
|
This stripped-down version works: We need to figure out which of the additional elements in yours is causing this problem. |
0 replies
|
I'm unable to reproduce the correct output even with your test table. I'm using pandoc version 3.9.0.2 Converting a file with your text to native produces nested table elements for every cell. |
1 reply
|
Here's a minimal diff: Bad nested tables: |
0 replies
|
Basic problem is that |
0 replies
|
Your table also has |
1 reply
|
I think this should be addressed with commit 08f9a91 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using Pandoc to process RTF files and running into an issue where Pandoc interprets a single table as multiple nested tables with broken cell layouts
Even a basic table with minimal formatting:
Produces this nested table structure:
Is there an issue with the format of RTF document I am using or is RTF table processing fundamentally non-functional?
All reactions