From 11c1729e006c909af5ed07d3d93e44948e72bc76 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 26 Jun 2017 12:50:34 -0700 Subject: [PATCH] Fix false Liquid errors Signed-off-by: Misty Stanley-Jones --- docs/reference/commandline/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index 4d1cd2a638..c2c5f34cdc 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -216,6 +216,7 @@ attach`, `docker exec`, `docker run` or `docker start` command. Following is a sample `config.json` file: ```json +{% raw %} { "HttpHeaders": { "MyHeader": "MyValue" @@ -236,6 +237,7 @@ Following is a sample `config.json` file: "unicorn.example.com": "vcbait" } } +{% endraw %} ``` ### Notary