docs/docker-for-ibm-cloud
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
..
img Initial Docker EE for IBM Cloud closed beta docs (#5583) 2017-12-20 11:37:46 -08:00
scripts Initial Docker EE for IBM Cloud closed beta docs (#5583) 2017-12-20 11:37:46 -08:00
administering-swarms.md Changes from peer review 2018-01-26 13:01:42 -08:00
binding-services.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
cli-ref.md Changes from peer review 2018-01-26 13:01:42 -08:00
deploy.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
dtr-ibm-cos.md Changes from peer review 2018-01-26 13:01:42 -08:00
faqs.md Fixing the superscripts in html table 2018-01-26 13:01:42 -08:00
ibm-registry.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
index.md Fixing copy errors 2018-01-26 13:01:42 -08:00
load-balancer.md D4ic docs updates (#5754) 2018-01-16 12:01:35 -08:00
logging.md Initial Docker EE for IBM Cloud closed beta docs (#5583) 2017-12-20 11:37:46 -08:00
opensource.md Initial Docker EE for IBM Cloud closed beta docs (#5583) 2017-12-20 11:37:46 -08:00
persistent-data-volumes.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
quickstart.md Changes from peer review 2018-01-26 13:01:42 -08:00
registry.md Fixing copy errors 2018-01-26 13:01:42 -08:00
release-notes.md Updating release notes w v2 2018-01-26 13:01:42 -08:00
scaling.md Fixing some formatting and command params 2017-12-21 13:32:46 -08:00
why.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00