Created
February 2, 2009 04:42
-
-
Save speedmax/56784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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