Skip to content

Instantly share code, notes, and snippets.

@arsho
Last active August 22, 2018 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arsho/a55b738ae3808b5b142c9d9ac986f798 to your computer and use it in GitHub Desktop.
Save arsho/a55b738ae3808b5b142c9d9ac986f798 to your computer and use it in GitHub Desktop.
Add image to Github Gist

Add image to Gist

  • Upload your picture to https://postimages.org/. Ensure that No expiration option is selected.
  • Copy the Direct link URL.
  • Use it in markdown as:
![alt IMAGE DESCRIPTION](DIRECT LINK URL FROM postimages)
  • Example:
![alt MySQL configuration](https://s8.postimg.cc/pt9qbmg9x/mysql_configuration.png)
  • Output: alt MySQL configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment