Fix false Liquid errors

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
Misty Stanley-Jones 2017-06-26 12:50:34 -07:00
parent 298d486d8b
commit 11c1729e00

View File

@ -216,6 +216,7 @@ attach`, `docker exec`, `docker run` or `docker start` command.
Following is a sample `config.json` file: Following is a sample `config.json` file:
```json ```json
{% raw %}
{ {
"HttpHeaders": { "HttpHeaders": {
"MyHeader": "MyValue" "MyHeader": "MyValue"
@ -236,6 +237,7 @@ Following is a sample `config.json` file:
"unicorn.example.com": "vcbait" "unicorn.example.com": "vcbait"
} }
} }
{% endraw %}
``` ```
### Notary ### Notary