Can I convert a Word doc back to a Quarto markdown file? #7628
Unanswered
aftmnelbier11
asked this question in
Q&A
Replies: 1 comment
-
Maybe via Pandoc, but you won't get the original markdown from Quarto. Markdown based editing seems a better solution such as using Google Collab or Obsidian. There are several discussions over here you can search and read. |
Beta Was this translation helpful? Give feedback.
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.
-
Description
As far as I have read, there is not yet the possibility to collaboratively edit/work on Quarto files. I have been rendering the Quarto markdown file to a Word doc via RStudio to allow me to use Git version control. At some point though, I would have to incorporate feedback but would still like to use the version control when editing.
Is it possible to reverse this and convert a Word doc back to a Quarto markdown file?
Beta Was this translation helpful? Give feedback.
All reactions