Someone contributed an edit the other day that highlighted to me a cool feature I didn’t know about in Textile.
If you want to do a link, the traditional textile way to do it is:
<a href="http://linkaddress">link title</a>
but this can get messy in the formatting
a cleaner way to accomplish this is a hidden feature in textile:
<a href="linkname">link title</a>
[linkname]http://linkaddress
this creates the same link, but keeps url messyness separate.