Skip to content

Instantly share code, notes, and snippets.

@mujahidk
Created September 24, 2018 16:33
Show Gist options
  • Save mujahidk/8a6363ea0d73db0001dc4aa17e1c8ab6 to your computer and use it in GitHub Desktop.
Save mujahidk/8a6363ea0d73db0001dc4aa17e1c8ab6 to your computer and use it in GitHub Desktop.
Sublime - Markdown to Word build system using Pandoc.
{
"working_dir": "$file_path",
"cmd": [
"pandoc.exe",
"-o",
"${file_base_name}.docx",
"$file"
],
"selector": "text.html.markdown"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment