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
When parsing the string "[Lorem Ipsum](http://stream4us.info/stream/stream.html)", the URL that returns is "http://stream4us.info/stream/stream.html)"
"[Lorem Ipsum](http://stream4us.info/stream/stream.html)"
The extra ) character on the end shouldn't be included in the URL, I'm assuming. How do we handle this?
The text was updated successfully, but these errors were encountered:
This is likely an issue with the underlying module, url-regex. You may need to file a bug there instead.
Sorry, something went wrong.
⬆️ 👍
FWIW, @mistermjtek, I've made a pull request to fix this issue here: kevva/url-regex#35
No branches or pull requests
When parsing the string
"[Lorem Ipsum](http://stream4us.info/stream/stream.html)"
, the URL that returns is "http://stream4us.info/stream/stream.html)"The extra ) character on the end shouldn't be included in the URL, I'm assuming. How do we handle this?
The text was updated successfully, but these errors were encountered: