So, this is the URL:
http://code.google.com/p/es-lab/wiki/Talks#Changes_to_ECMAScript,_Part_2:_Harmony_Highlights_-_proxies_and
When I insert the URL like so:
[Title](URL)
the last part of the URL changes from
Highlights_-_proxies_and
to
Highlights/i-_proxies_and
What's going on here?
Note: See my comment below for a live demonstration of the issue! Feel free to copy the URL and try it for yourself... (It seems that the URL is only altered if the []()
notation appears within a comment, but not when it appears within a question/answer.)
ECMAScript,_Part_2
toECMAScript,iPart_2
.<i>
tags, which are then sanitized. (educated guess)