From cf6058b8fb08480ac43e3b1a3367e4a963fb55c6 Mon Sep 17 00:00:00 2001 From: tacoman Date: Mon, 2 Dec 2019 04:32:57 -0500 Subject: [PATCH] Fixed the formatting for one of the examples. (#8433) --- website/source/docs/commands/console.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/console.html.md b/website/source/docs/commands/console.html.md index 31ee4e0b1..67c2a0c5c 100644 --- a/website/source/docs/commands/console.html.md +++ b/website/source/docs/commands/console.html.md @@ -62,7 +62,7 @@ your example_template's variable section: }, ... ``` -and you enter `{{user `myvar`}}` in the Packer console, you'll see the value of +and you enter ```{{user `myvar`}}``` in the Packer console, you'll see the value of myvar: ```