docs/machine/reference
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
..
active.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
config.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
create.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
env.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
help.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
index.md Fix `docker-machine mount` reference page (#5142) 2017-10-30 09:56:26 -07:00
inspect.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
ip.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
kill.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
ls.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
mount.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
provision.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
regenerate-certs.md Document new additions in Machine 0.14.0 2018-03-06 13:14:33 -08:00
restart.md Update restart.md (#3318) 2017-06-02 11:54:13 -07:00
rm.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
scp.md added missing 'end block mark' which made broken block 2018-03-08 16:51:54 -08:00
ssh.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
start.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
status.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
stop.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00
upgrade.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
url.md fix type of keywords entry in frontmatter (in /machine/) (#556) 2016-11-11 14:51:12 -08:00