Skip to content

Instantly share code, notes, and snippets.

@heroheman
Created February 21, 2012 09:41
Show Gist options
  • Save heroheman/1875502 to your computer and use it in GitHub Desktop.
Save heroheman/1875502 to your computer and use it in GitHub Desktop.
Snippet: Sublime Placehold.it
<snippet>
<content><![CDATA[
<img src="http://placehold.it/${1:100}x${2:100}" alt="${3:Alt text}"/>
]]></content>
<tabTrigger>dummy</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment