Having issue with RTF bulleted and numbered list conversion #11686
Unanswered
SnakeRelatedBusiness
asked this question in
Q&A
Replies: 4 comments 1 reply
|
We look for a |
1 reply
|
Here's what pandoc 3.10 gives me when I convert this to markdown: Native: |
0 replies
|
Hm, we have a more serious issue here, illustrated by the failure of this round-trip: The RTF writer creates: which does seem to render properly. But the reader parses this wrong; the list items get split up. This may be a regression. |
0 replies
|
OK, I will shortly push a fix for all these issues. |
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 have an rtf document that defines a numbered list as follows:
And a bulleted list:
Not sure how well these conform to the RTF spec, so wondering if this is a bug or will there need to be some preprocessing to fix these.
Current output when converted to markdown:
All reactions