Skip to content

Instantly share code, notes, and snippets.

@speedmax
Created February 2, 2009 04:42
Show Gist options
  • Select an option

  • Save speedmax/56784 to your computer and use it in GitHub Desktop.

Select an option

Save speedmax/56784 to your computer and use it in GitHub Desktop.
[Google](http://google.com "google search engine")
// outputs <a href="http://google.com" title="google search engine">Google</a>
[Google](http://google.com ":button")
// outputs <a href="http://google.com" class="button">Google</a>
[Google](http://google.com "google search engine :button")
// outputs <a href="http://google.com" class="button" title="google search engine">Google</a>
[Google](http://google.com "google search engine :button :external")
// outputs <a href="http://google.com" class="button external" title="google search engine">Google</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment