docs/engine
Akim Demaille 14b53b68c3 Jekyll: don't put {% raw %} directives in pre blocks
Replace all occurrences of

    ```foo
    {% raw %}
    bar
    {% endraw %}
    ```

(which generates spurious empty lines in the rendered pre block) with

    {% raw %}
    ```foo
    bar
    ```
    {% endraw %}

Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.

This is the syntax used in the documentation of Jekyll itself:

https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md

FTR, done with two perl substitutions:

    '^([\t ]*```[^\n]*
    )([ \t]*\{% raw %\}[^\n]*
    )' '$2$1'

and

    '^([ \t]*\{% endraw %\}[^\n]*
    )([\t ]*```[^\n]*
    )' '$2$1'

and manually tweaks.  A mechanical check would be most useful.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
..
api Update engine API docs and fetch script 2018-02-08 13:54:12 -08:00
examples Update to fix typo in dotnetcore.md (#6042) 2018-02-23 15:34:37 -08:00
getstarted-voting-app/images Fix manager and worker join tokens 2017-04-21 14:05:12 -05:00
images Clean up information architecture (#5893) 2018-02-01 15:25:43 -08:00
reference/commandline Move /engine/installation to /install (#5651) 2018-01-26 10:29:14 -08:00
security Fix typo (#6158) 2018-03-06 06:57:29 -08:00
swarm Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
tutorials Favor docker <object> <verb> format of commands (#5914) 2018-02-05 09:33:47 -08:00
breaking_changes.md Update breaking_changes.md (#4238) 2017-08-17 14:59:01 -07:00
docker-overview.md Favor docker <object> <verb> format of commands (#5914) 2018-02-05 09:33:47 -08:00
faq.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
index.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
migration.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00