docs/engine
Benjamin R. Haskell b3a620808a Fix formatting for Markdown files containing `{{`
They're usually examples of Go-style text templates.  But, Liquid templating is treating them as variable substitutions.  E.g., in `engine/reference/commandline/ps.md`:

```bash
$ docker ps --filter volume=remote-volume --format "table {{.ID}}\t{{.Mounts}}"
```

is rendered as:

```bash
$ docker ps --filter volume=remote-volume --format "table \t"
```

Solution is to wrap entire files in `{% raw %} ... {% endraw %}` blocks.
2016-10-05 01:58:24 -04:00
..
admin Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
article-img Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00
examples Removing empty front-matter 2016-09-29 22:39:30 -07:00
extend Content rendering fixes 2016-09-30 01:51:56 -07:00
getstarted Rendering fixes, part 1 (up through cs-engine) 2016-09-30 19:38:30 -07:00
installation Update rhel.md 2016-10-04 15:24:14 -07:00
reference Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
security Rendering fixes, part 1 (up through cs-engine) 2016-09-30 19:38:30 -07:00
static_files Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
swarm Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
tutorials Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
userguide Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
breaking_changes.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
deprecated.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
faq.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
index.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
migration.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
understanding-docker.md Content rendering fixes 2016-09-30 01:51:56 -07:00