Skip to content

Instantly share code, notes, and snippets.

@prologic
Created November 15, 2014 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/b66bd4ddf4bd9e1b63cc to your computer and use it in GitHub Desktop.
Save prologic/b66bd4ddf4bd9e1b63cc to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
#!/bin/bash
ifile=${1}
ofile=${ifile%.*}.md
docker run -i -t -v $(pwd):/source jagregory/pandoc -f rst -t markdown_github -o ${ofile} ${ifile}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment