docs/apidocs/cloud-api-source/source
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
..
fonts fixes up cloud api docs 2016-10-04 11:11:14 -07:00
images fixes up cloud api docs 2016-10-04 11:11:14 -07:00
includes Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
javascripts fixes up cloud api docs 2016-10-04 11:11:14 -07:00
layouts fixes up cloud api docs 2016-10-04 11:11:14 -07:00
stylesheets fixes up cloud api docs 2016-10-04 11:11:14 -07:00
index.md fixes up cloud api docs 2016-10-04 11:11:14 -07:00