2
votes
3answers
275 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 ...