Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save msztorc/a18a94da7dfade8215be45aff1a19dde to your computer and use it in GitHub Desktop.
Save msztorc/a18a94da7dfade8215be45aff1a19dde to your computer and use it in GitHub Desktop.
Render Markdown with cURL & Github API
curl \
  -H 'Content-Type: application/json' \
  -X POST \
  -d '{"text": "$TEXT", "mode": "markdown"}' \
  https://api.github.com/markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment