Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active September 18, 2015 15:33
Show Gist options
  • Save maptastik/69bb66fe97426b1e91d4 to your computer and use it in GitHub Desktop.
Save maptastik/69bb66fe97426b1e91d4 to your computer and use it in GitHub Desktop.
Linkify your URLs!

Regular link

<a href="URL GOES HERE">Let's go to a new page!</a>

So <a href="http://maptime.io/lexington/">maptimeLEX!</a> becomes maptimeLEX!

Link that opens in a new tab!

<a href="URL GOES HERE" target="_blank">Let's go to a new page in a new tab!</a>

So <a href="http://maptime.io/lexington/" target="_blank">maptimeLEX in a new tab!</a> becomes maptimeLEX in a new tab!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment