Skip to content

Instantly share code, notes, and snippets.

@adriculous
Created April 13, 2016 05:58
Show Gist options
  • Save adriculous/78e662134dde517beb8ad8c904f4be1e to your computer and use it in GitHub Desktop.
Save adriculous/78e662134dde517beb8ad8c904f4be1e to your computer and use it in GitHub Desktop.
Markdown for Writers and Hobbyists (Part 4) - Images Markdown
/* The code we will be using is this: ![alt text](image URL) */
![Sakura Kinomoto & Syaoran Li](http://ninpojineous.adrimarie.us/wp-content/uploads/2016/04/sakura_syaoran_letsbuild.jpg)
/* Say the title text that we want to put in is "Sakura & Syaoran." This is how we're going to write it with the optional title attribute text in the below syntax. We add it in quotation marks after the URL of the image. This is the code: ![alt text](image URL "title") */
![Sakura Kinomoto & Syaoran Li](http://ninpojineous.adrimarie.us/wp-content/uploads/2016/04/sakura_syaoran_letsbuild.jpg "Sakura & Syaoran")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment