From df9df5c250883eddd5ac4ab49a9ceba9368d43d3 Mon Sep 17 00:00:00 2001 From: Jeff Bonhag <jbonhag@hashicorp.com> Date: Tue, 17 Dec 2019 11:43:30 -0500 Subject: [PATCH] Wrap all environment variables headers with <code> (#11261) This commit adds the <code> backticks to a few headers that didn't have them. --- .../source/docs/other/environmental-variables.html.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/other/environmental-variables.html.md b/website/source/docs/other/environmental-variables.html.md index 9d2e5fa80..9e1b40172 100644 --- a/website/source/docs/other/environmental-variables.html.md +++ b/website/source/docs/other/environmental-variables.html.md @@ -14,28 +14,28 @@ Vagrant has a set of environmental variables that can be used to configure and control it in a global way. This page lists those environmental variables. -## CFLAGS +## `CFLAGS` If set the contents of this environment variable will be appended to the value generated by the Vagrant launcher. -## CPPFLAGS +## `CPPFLAGS` If set the contents of this environment variable will be appended to the value generated by the Vagrant launcher. -## CURL_CA_BUNDLE +## `CURL_CA_BUNDLE` If set this environment variable will be passed through to the Vagrant process. By default Vagrant will use the CA certificate included with the Vagrant installation. -## LDFLAGS +## `LDFLAGS` If set the contents of this environment variable will be appended to the value generated by the Vagrant launcher. -## SSL_CERT_FILE +## `SSL_CERT_FILE` If set this environment variable will be passed through to the Vagrant process. By default Vagrant will use the CA certificate included with