I want to convert a Word document to Markdown, so I can use the result with Jekyll.
This works partially:
pandoc "in.docx" -f docx -t markdown -o "out.md"
However, pandoc doesn't generate a (YAML) Front Matter block, and I can't find a command line option to do this. Is this possible at all, or is it only available for Latex or other formats?