Skip to content
Commit 0af420b8 authored by Joshua Goins's avatar Joshua Goins Committed by Tobias Fella
Browse files

Improve link regex to fix handling paranthesis and question marks

This patch fixes two key issues:
* `?` is considered part of the URL, even if there might not be anything past it. I've seen people now putting spaces after URLs to get around this issue.
* `)` is also part of the URL, as well as `:` despite those not being valid characters at the end of URLs.
parent 31fed836
Pipeline #313133 passed with stage
in 12 minutes and 37 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment