docs/config/containers
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
..
logging Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
container-networking.md Add a redirect (#5968) 2018-02-09 13:19:51 -08:00
live-restore.md Clean up information architecture (#5893) 2018-02-01 15:25:43 -08:00
multi-service_container.md Update multi-service_container.md 2018-03-12 14:20:52 -07:00
resource_constraints.md Clean up information architecture (#5893) 2018-02-01 15:25:43 -08:00
runmetrics.md Update runmetrics.md - fix broken link 2018-03-02 10:53:31 -08:00
start-containers-automatically.md Clean up information architecture (#5893) 2018-02-01 15:25:43 -08:00