docs/engine/swarm
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
..
how-swarm-mode-works Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
images Reorg service management topic (#3462) 2017-06-02 14:46:24 -07:00
swarm-tutorial Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
admin_guide.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
configs.md Favor docker <object> <verb> format of commands (#5914) 2018-02-05 09:33:47 -08:00
index.md Move /engine/installation to /install (#5651) 2018-01-26 10:29:14 -08:00
ingress.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
join-nodes.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
key-concepts.md Flesh out swarm key concepts (#4634) 2017-10-20 11:09:23 -07:00
manage-nodes.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
networking.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
raft.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
secrets.md Favor docker <object> <verb> format of commands (#5914) 2018-02-05 09:33:47 -08:00
services.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
stack-deploy.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
swarm-mode.md Update swarm-mode.md (#4459) 2017-09-11 09:52:53 -07:00
swarm_manager_locking.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00