Produces http://a.comhttp://b.com, which produces incorrect HTML if placed through a markdown parser or auto link parser.
I think the output should be one of the following, preferring the ones first mentioned
[](http://a.com)[](http://b.com)
Totally empty
http://a.com http://b.com, additional space after each link
Hi there!
Produces
http://a.comhttp://b.com
, which produces incorrect HTML if placed through a markdown parser or auto link parser. I think the output should be one of the following, preferring the ones first mentioned[](http://a.com)[](http://b.com)
http://a.com http://b.com
, additional space after each link