Conversion of md to RTF fails #10905
Replies: 2 comments 2 replies
-
You need to add the -s flag to get a complete, standalone RTF file.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
louisnichols
-
Solved |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to convert the markdown below
using this command
pandoc temp.md -f gfm -t rtf -o test.rtf --verbose
And I get a very weird result that looks like below (truncated)
The actual files are these (rtf file is zipped due to github limitations):
temp.md
test.zip
If I convert the same md file to docx using
pandoc temp.md -f gfm -o test.docx
, it works. I get a table as expected.I then noticed that even with a simpler md file like below
I get this:
Shouldn't this work?
Beta Was this translation helpful? Give feedback.
All reactions