Created
September 24, 2018 16:33
-
-
Save mujahidk/8a6363ea0d73db0001dc4aa17e1c8ab6 to your computer and use it in GitHub Desktop.
Sublime - Markdown to Word build system using Pandoc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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