An url is not transformed to link if it's after a previous url separated only by a sole enter character
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Go to demo http://pagedown.googlecode.com/hg/demo/browser/demo.html
2. Add this text to any of the textboxes:
"http://google.com
http://google.com
text between links
http://google.com
"
What is the expected output? What do you see instead?
Expected:
"http://google.com http://google.com text between links http://google.com"
And all three links are clickable(so transformed to links)
Instead:
The second http://google.com is not transformed to a link.
What version of the product are you using? On what operating system?
Current live web demo.
Please provide any additional information below.
Original issue reported on code.google.com by geujv...@gmail.com
on 23 Jan 2013 at 4:50
GoogleCodeExporter commented
This is fixed via
http://code.google.com/p/pagedown/source/detail?r=0e95f36e899b96b50fba43dbace17b
c0df11c596 and
http://code.google.com/p/pagedown/source/detail?r=94e309f2311c1516bf393bc82de7d5
581330d373; also see
http://meta.stackoverflow.com/questions/81878/links-arent-detected-automatically
-when-in-parentheses/.
Original comment by b...@stackoverflow.com
on 3 Feb 2013 at 9:03
- Changed state: Fixed