Josh Holland

Results 1 issues of Josh Holland

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/") 'http://www.google.co.uk' ```