Use triple-backticks for verbatim output

It's easier than indenting by four spaces, as @willthames points out.
This commit is contained in:
Abhijit Menon-Sen
2016-02-18 16:11:47 +05:30
parent 2c723a135b
commit 54cd2069e6
2 changed files with 17 additions and 7 deletions

View File

@@ -8,7 +8,9 @@ Please pick one and delete the rest:
##### Ansible Version:
Please paste the verbatim output from running “ansible --version”.
```
(Paste verbatim output from “ansible --version” here)
```
##### Summary:
@@ -20,4 +22,6 @@ the change does.)
##### Example output:
If necessary, paste example output (indented by four spaces) here.
```
(Paste verbatim command output here if necessary)
```