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
When parsing a http links a trailing closing bracket ) is not ignored and highlighted. Moreover, the trailing bracket is passed on to the browser when double-clicking it.
Use case: E.g., markdown syntax for web links [ABC](http://www.abc.com) or web references enclosed in brackets.
I am not sure if brackets in an URI are required to be matching acc. to the standard.
Steps to Reproduce the Issue
Type [Google](http://www.google.com)
Doube-click on link
Expected Behavior
Link highlighed in NPP should not include trailing bracket.
Trailing bracket in link passed to browser should be discarded.
Actual Behavior
Link highlighed in NPP does include trailing bracket.
Trailing bracket in link passed to browser not discarded.