Created
August 1, 2016 18:30
-
-
Save jkullick/9a89fcbb98026abd75c4ff020faaf191 to your computer and use it in GitHub Desktop.
Revisions
-
jkullick created this gist
Aug 1, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ```bash curl \ -H 'Content-Type: application/json' \ -X POST \ -d '{"text": "$TEXT", "mode": "markdown"}' \ https://api.github.com/markdown ```