From 9678e93a2784732df26dbe1f2399982493388761 Mon Sep 17 00:00:00 2001 From: rockhopper72 Date: Tue, 19 Mar 2019 09:02:58 -0400 Subject: [PATCH] Fix formatting issues on WSL docs - Insert underline to fix **bold** formatting - Remove grave accent to fix `code` highlighting --- website/source/docs/other/wsl.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/other/wsl.html.md b/website/source/docs/other/wsl.html.md index 87951a3f8..f6dedaf30 100644 --- a/website/source/docs/other/wsl.html.md +++ b/website/source/docs/other/wsl.html.md @@ -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" ```