docs/datacenter/ucp/2.0/guides
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
..
access-ucp Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
applications Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
configuration Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
content-trust Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
high-availability Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
images Add CLI instructions to create UCP support dump (#1817) 2017-02-23 12:58:20 -08:00
installation Fix broken link 2018-02-01 13:25:14 -08:00
monitor Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
user-management Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
architecture.md made absolute links to docs.docker.com relative 2016-12-27 10:44:36 -08:00
index.md Update DDC screenshots, christmas cleaning 2016-12-18 20:55:47 -08:00
release-notes.md Release UCP 2.1.6/2.0.4, DTR 2.2.7, 2.1.7 (#3935) 2017-07-20 14:13:02 -07:00
support.md Add CLI instructions to create UCP support dump (#1817) 2017-02-23 12:58:20 -08:00