Fix extra backslash in front of dollar signs in website documentation (#3479)
The dollar signs do not need to be escaped. The backslashes show up on the website right now. This commit makes it so that they do not show up on the website.
This commit is contained in:
parent
7e653370b7
commit
6658ec7ea3
|
@ -45,10 +45,10 @@ this example.
|
|||
|
||||
In order to do this, you'll need an account with DigitalOcean. [Sign up for an
|
||||
account now](https://www.digitalocean.com/). It is free to sign up. Because the
|
||||
"droplets" (servers) are charged hourly, you *will* be charged \$0.01 for every
|
||||
"droplets" (servers) are charged hourly, you *will* be charged $0.01 for every
|
||||
image you create with Packer. If you're not okay with this, just follow along.
|
||||
|
||||
!> **Warning!** You *will* be charged \$0.01 by DigitalOcean per image
|
||||
!> **Warning!** You *will* be charged $0.01 by DigitalOcean per image
|
||||
created with Packer because of the time the "droplet" is running.
|
||||
|
||||
Once you sign up for an account, grab your API token from the [DigitalOcean API
|
||||
|
|
Loading…
Reference in New Issue