Skip to content

How to have a working link with a dollar sign in the URL

How do I get a dollar sign, $, in the URL to link properly?

See the below for all the resulting URL as http://example.com/%24LATEST which is not the intended URL http://example.com/$LATEST

* http://example.com/$LATEST
* [http://example.com/$LATEST](http://example.com/$LATEST)
* <http://example.com/$LATEST>
* http://example.com/\$LATEST
* http://example.com/\\$LATEST
* `http://example.com/$LATEST`
* `[http://example.com/$LATEST](http://example.com/$LATEST)`
* `<http://example.com/$LATEST>`
* <a href="http://example.com/$LATEST">http://example.com/$LATEST</a>
Edited by Scott Schreckengaust