fix formatting to avoid smart quotes, which breaks ability to copy and paste the jinja2 header from the web docs (#3671)
This commit is contained in:
parent
f423554e20
commit
2042d948db
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ notes:
|
||||||
- "templates are loaded with C(trim_blocks=True)."
|
- "templates are loaded with C(trim_blocks=True)."
|
||||||
- By default, windows line endings are not created in the generated file.
|
- By default, windows line endings are not created in the generated file.
|
||||||
- "In order to ensure windows line endings are in the generated file, add the following header
|
- "In order to ensure windows line endings are in the generated file, add the following header
|
||||||
as the first line of your template: #jinja2: newline_sequence:'\\\\r\\\\n' and ensure each line
|
as the first line of your template: ``#jinja2: newline_sequence:'\\r\\n'`` and ensure each line
|
||||||
of the template ends with \\\\r\\\\n"
|
of the template ends with \\\\r\\\\n"
|
||||||
- Beware fetching files from windows machines when creating templates
|
- Beware fetching files from windows machines when creating templates
|
||||||
because certain tools, such as Powershell ISE, and regedit's export facility
|
because certain tools, such as Powershell ISE, and regedit's export facility
|
||||||
|
|
Loading…
Reference in a new issue