Skip to content

Instantly share code, notes, and snippets.

@eip
Last active June 15, 2016 13:31
Show Gist options
  • Save eip/57abcd67805866c94593134175424672 to your computer and use it in GitHub Desktop.
Save eip/57abcd67805866c94593134175424672 to your computer and use it in GitHub Desktop.
Use GitHub Markdown API with curl
curl --data-binary @README.md --header "Content-Type:text/plain" https://api.github.com/markdown/raw -o index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment