python-textile icon indicating copy to clipboard operation
python-textile copied to clipboard

[Feature request] Linkify URLs in input

Open jshholland opened this issue 14 years ago • 0 comments

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>'

jshholland avatar Jun 06 '10 12:06 jshholland