Skip to content

Instantly share code, notes, and snippets.

@powerumc
Last active August 29, 2015 14:01
Show Gist options
  • Save powerumc/0045aa45342b7ab0ad13 to your computer and use it in GitHub Desktop.
Save powerumc/0045aa45342b7ab0ad13 to your computer and use it in GitHub Desktop.
github api - render markdown
echo '{
"text": "Hello world github/linguist#1 **cool**, and #1!",
"mode": "gfm",
"context": "github/gollum"
}' | curl -d @- https://api.github.com/markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment