Render markdown inside RTF or DOCX #10897
Unanswered
louisnichols
asked this question in
Q&A
Replies: 1 comment 14 replies
-
That should be possible with a Lua filter, using the |
Beta Was this translation helpful? Give feedback.
14 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.
-
Hi!
I have a tool (sort of a database) which is able to export content to RTF or DOCX.
Part of this content (but not all) is markdown.
Now, I can modify these exports to include separators for where markdown starts and ends. For example %%md ... %%.
Is there any way that I can use pandoc to parse such files and, where it meets text in between these separators, it renders just that part as markdown and saves it as a new file?
Beta Was this translation helpful? Give feedback.
All reactions