Skip to content

Instantly share code, notes, and snippets.

@engineervix
Created July 15, 2015 06:58
Show Gist options
  • Save engineervix/a6e01f6968f1bc06bbfe to your computer and use it in GitHub Desktop.
Save engineervix/a6e01f6968f1bc06bbfe to your computer and use it in GitHub Desktop.
Concvert Markdown to Docx (with reference document to copy custom styles) Using Pandoc
pandoc -f markdown -t docx --reference-docx path/to/reference-document.docx my-input-markdown.md -o my-output-document.docx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment