I tried to post the following link in an answer:

http://www.codeproject.com/KB/cs/Large_Objects____Trouble.aspx.

In the preview, this gives the following result:

_Trouble.aspx">http://www.codeproject.com/KB/cs/Large_Objects__ Trouble.aspx

When I create a link with the [...][1] construct, it renders correctly, like in this article.

share|improve this question

1 Answer

up vote 1 down vote accepted

Solution: use [...](...) or [...][...] syntax.

And use a good name for the link.

share|improve this answer
Yep, I know that that is a "work around." (Mentioned it in the article.) Isn't this something that should be solved? – Pieter Oct 25 '10 at 18:05
1  
@Pieter: My SO profile says it has "seen" me on 359 days and this is the first time I've run across a URL on SO with four underscores. Doesn't seem like a big issue, and I bet the markdown preview is full of more important idiosyncrasies — but I'd simply rather development time was spent on other areas. – Gnome Oct 25 '10 at 18:15
@Pieter: Don't get me wrong about one thing: thanks for reporting it and I bookmarked to upvote, but this seems like an issue that's best fixed as a consequence of a more major change to the preview. – Gnome Oct 25 '10 at 19:13
No problem. As I said, my first bug report. Wasn't sure how this stuff is handled. Thanks for the reply. – Pieter Oct 25 '10 at 19:26

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged