Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An url is not transformed to link if it's after a previous url separated only by a sole enter character #50

Closed
GoogleCodeExporter opened this issue Feb 18, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant