Skip to content

Instantly share code, notes, and snippets.

@adriculous
Created April 13, 2016 06:07
Show Gist options
  • Save adriculous/3d266829adf5ca7b193a06c4543fee77 to your computer and use it in GitHub Desktop.
Save adriculous/3d266829adf5ca7b193a06c4543fee77 to your computer and use it in GitHub Desktop.
Markdown for Writers and Hobbyists (Part 4) - Images HTML Output
<img src="http://ninpojineous.adrimarie.us/wp-content/uploads/2016/04/sakura_syaoran_letsbuild.jpg" alt="Sakura Kinomoto & Syaoran Li" />
/* and then with the optional title attribute */
<img src="http://ninpojineous.adrimarie.us/wp-content/uploads/2016/04/sakura_syaoran_letsbuild.jpg" alt="Sakura Kinomoto & Syaoran Li" title="Sakura & Syaoran" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment