It would be really nice if it was possible to have URLs in the input string turned into links: ``` >>> from textile import textile >>> textile('http://www.google.co.uk/") '<a href="http://www.google.co.uk">http://www.google.co.uk</a>' ```
It would be really nice if it was possible to have URLs in the input string turned into links: