URI’s with colon
With Autolink URI 2.0.2, URI’s such as https://secure.wikimedia.org/wikipedia/commons/wiki/File:Snowshoeing.ogg are converted wrong: the colon cuts the link so that it points to https://secure.wikimedia.org/wikipedia/commons/wiki/File.
Adding colon into the regexp on line 59 of the plugin fixes this:
(?:\/[a-z0-9:%_|~.-]*)*
Could the developer integrate this fix into the plugin?