Require support with Pandoc's processing of RTF tables #11682
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
Here's a minimal diff: Bad nested tables: |
Beta Was this translation helpful? Give feedback.
-
|
Basic problem is that |
Beta Was this translation helpful? Give feedback.
-
|
Your table also has |
Beta Was this translation helpful? Give feedback.
-
|
I think this should be addressed with commit 08f9a91 |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions