block by maptastik 69bb66fe97426b1e91d4

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!