We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I made local changes the start of the regex
(^|\s)
to
(^|[\n\s>])
and that is catching the missing edge cases. How it reads: from the start of the string or after any \n (newline) \s (space) or >
The text was updated successfully, but these errors were encountered:
Can you submit a PR with this change? 👍
Sorry, something went wrong.
for sure!
This still isn't updated.
theres a fix in a PR I sent, it can be seen here https://github.com/bryanwoods/autolink-js/tree/hardy613-master (NOTE: its not the current branch)
On Tue, Dec 9, 2014 at 4:59 PM, JoshuaNovak919 notifications@github.com wrote:
This still isn't updated. — Reply to this email directly or view it on GitHub #13 (comment) .
— Reply to this email directly or view it on GitHub #13 (comment) .
Scott Hardy
hardy613@gmail.com
No branches or pull requests
I made local changes the start of the regex
to
and that is catching the missing edge cases. How it reads: from the start of the string or after any \n (newline) \s (space) or >
The text was updated successfully, but these errors were encountered: