Markdown parser bug with links containing parentheses
When posting a link containing a parenthesis, for example, this one, then the Markdown parser takes the first closing parenthesis to determine the end of link:
[this one](http://en.wikipedia.org/wiki/Northbridge_(computing)#Evolution)
Instead, it should count the number of open/closed parenthesis or do do some other word-boundary-based-fu to correctly determine the link scope.