Skip to content

Instantly share code, notes, and snippets.

@stabacco
Last active September 9, 2020 00:59
Show Gist options
  • Save stabacco/e5c41ff6e351c1ce5ad937b74e23587c to your computer and use it in GitHub Desktop.
Save stabacco/e5c41ff6e351c1ce5ad937b74e23587c to your computer and use it in GitHub Desktop.
Readme MD to RST with docker
# CD to the README.md diretory
docker run -v `pwd`:`pwd` -w `pwd` pandoc/alpine --from=markdown --to=rst --output=README.rst README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment