You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this problem below.
http://meta.stackoverflow.com/questions/187310/problem-with-in-a-link
Look at Markdown.Converter.js at line 498 (function _DoAnchors) and line 1276
(function _DoAutoLinks). _DoAnchors percent-encode the URL with writeAnchorTag,
while the _DoAutoLinks does not. It's a bug of autolink.
Original issue reported on code.google.com by Eonik...@gmail.com on 4 Jul 2013 at 7:26
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Eonik...@gmail.com
on 4 Jul 2013 at 7:26The text was updated successfully, but these errors were encountered: