Created
July 8, 2015 20:20
-
-
Save paulgibbs/a2f2ab472355f5c2ade8 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
url_token = 'http://google.com' | |
text_token = 'Go to Google' | |
HTML template: | |
<a href="[url_token]">[text_token]</a> | |
Plaintext template: | |
[text_token] [url_token] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment