This: This is [an example](http://example.com/ "Title") inline link.
Should produce: This is <a href="http://example.com/" title="Title"> an example</a> inline link.
But instead, produces: This is <a href="http://example.com/%20“Title”"> an example</a> inline link.
See: http://daringfireball.net/projects/markdown/syntax#link
This:
This is [an example](http://example.com/ "Title") inline link.Should produce:
This is <a href="http://example.com/" title="Title"> an example</a> inline link.But instead, produces:
This is <a href="http://example.com/%20“Title”"> an example</a> inline link.See: http://daringfireball.net/projects/markdown/syntax#link