See commonmark/commonmark-java#99, the following examples should not result in any links:
http://.
http://"
http://<space>
Note that http://
and http://.
are valid URLs according to RFC 3986, because authority
can be zero or more unreserved
characters. But we don't autolink http://
on its own or the trailing .
of http://example.org.