docs/machine
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
..
drivers Document new additions in Machine 0.14.0 2018-03-06 13:14:33 -08:00
examples Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
img Lossless Image optimization (#959) 2016-12-21 11:12:13 -08:00
reference Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
AVAILABLE_DRIVER_PLUGINS.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
DRIVER_SPEC.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
RELEASE.md FreeBSD: add build support 2016-11-02 09:54:44 -07:00
completion.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
concepts.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
get-started-cloud.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
get-started.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
index.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
install-machine.md Update install-machine.md (#5900) 2018-02-02 09:57:38 -08:00
migrate-to-machine.md Update migrate-to-machine.md (#3333) 2017-05-23 10:19:41 -07:00
overview.md Favor docker <object> <verb> format of commands (#5914) 2018-02-05 09:33:47 -08:00