Fix formatting issues on WSL docs

- Insert underline to fix **bold** formatting
- Remove grave accent to fix `code` highlighting
This commit is contained in:
rockhopper72 2019-03-19 09:02:58 -04:00
parent 1e1c398de5
commit 9678e93a27
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Download the installer package for the Linux distribution from the releases
page and install Vagrant.
__NOTE: When Vagrant is installed on the Windows system the version installed
within the Linux distribution *must* match._
within the Linux distribution *must* match.__
# Vagrant Usage
@ -43,7 +43,7 @@ not be available. To enable Windows access, which will also enable the
VirtualBox and Hyper-V providers, set the `VAGRANT_WSL_ENABLE_WINDOWS_ACCESS`
environment variable:
````
```
$ export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
```