docs/engine/admin/logging
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
..
awslogs.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
etwlogs.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
fluentd.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
gcplogs.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
journald.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
log_tags.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
overview.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
splunk.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00