You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @dmassant, this behaviour is intentional, due to the fact that some URLs contain parentheses. e.g., https://en.wikipedia.org/wiki/Blur_(band). We've already had a few issues regarding this problem, such as #52. Determining whether to include or to exclude a trailing parens from a URL would require some additional lexical analysis that may degrade this plugin's performance. This post goes more into detail about that: http://blog.codinghorror.com/the-problem-with-urls/
We have looked at several ways and tricks to solving this problem, such as a flag that's set when there are parens in the query string. However, these will take some time to implement, and again, we don't want to degrade performance.
For now, I can't offer a real workaround other than ensuring URLs are padded with whitespace.
Thanks for the great library, man - this have been very helpful.
I'm getting a strange behavior in a corner case and wanted to let you know:
In the last case, that trailing parenthesis gets picked up in the url.
The text was updated successfully, but these errors were encountered: