Skip to content

Instantly share code, notes, and snippets.

@tos-kamiya
Created September 2, 2012 22:11
Show Gist options
  • Save tos-kamiya/3605079 to your computer and use it in GitHub Desktop.
Save tos-kamiya/3605079 to your computer and use it in GitHub Desktop.
Use GitHub Markdown API with curl
curl -u "GIT-ACCOUNT-NAME:PASS" --data '{"text":"# Hello","mode":"gfm" }' https://api.github.com/markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment