The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
276 views

The Markdown editor chokes on $ characters in URLs

In this question, I had an issue with the Markdown formatting being corrupted by a $ sign in the URL. The fix was to escape the $ sign as %24. There is seemingly no reason for this, as the $ sign is ...
3
votes
4answers
453 views

Can an unescaped underscore (_) be included in a link?

I was trying to follow the link to GitHub in this question: What are some interesting features of the EveryBlock.com source code? but it contained a percent-escaped underscore, though the source ...