sebix / python-textile

A Python port of Textile, A humane web text generator
https://github.com/textile/python-textile/
Other
62 stars 43 forks source link

URLs containing ^ or * are not idenitified. #11

Closed crw closed 8 years ago

crw commented 11 years ago

If a URL contains either of the above two characters, they are not correctly identified by the URL parser. The text will show up un-parsed. Test cases:

"Marketing Operations Managers":http://www.linkedin.com/groups?home=&gid=138990&goback=%2Enmp_*1_*1_*1_*1_*1_*1_*1_*1_*1&trk=grp-name 

"US Government bonds":http://finance.yahoo.com/echarts?s=^TYX+Interactive#chart2:symbol=^tyx;range=6m;indicator=volume;charttype=line;crosshair=on;ohlcvalues=0;logscale=on;source=undefined
crw commented 11 years ago

I created https://github.com/sebix/python-textile/pull/12 to address this issue.

sebix commented 8 years ago

Fixed in textile/python-textile == version on pip