Skip to content

Instantly share code, notes, and snippets.

@RyanParsley
Created May 5, 2015 15:28
Show Gist options
  • Select an option

  • Save RyanParsley/8e158053262475a42456 to your computer and use it in GitHub Desktop.

Select an option

Save RyanParsley/8e158053262475a42456 to your computer and use it in GitHub Desktop.
Just put this in my .zshrc to expedite converting word to markdown
docToMd(){ pandoc ${1%%.*}.docx -f docx -t markdown -s -o ${1%%.*}.md }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment