Hi!
I found an issue when stripping markdown links. If you have a link that contains an ) in it, it doesn't strip it correctly.
Example:
[example link](http://example.com/uri-with(this-character)#not-stripping) is stripped into example link#not-stripping
The expected result would be just example link
Thanks,