Use triple-backticks for verbatim output

It's easier than indenting by four spaces, as @willthames points out.
pull/14547/head
Abhijit Menon-Sen 8 years ago
parent 2c723a135b
commit 54cd2069e6

@ -7,7 +7,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)
```
##### Ansible Configuration:
@ -28,8 +30,11 @@ Please explain the problem briefly.
For bugs, please show exactly how to reproduce the problem. For new
features, show how the feature would be used.
You can include example playbooks inline (indented by four spaces) or
upload larger ones to gist.github.com and paste a link here.
```
(Paste example playbooks or commands here)
```
You can also paste gist.github.com links for larger files.
##### Expected Results:
@ -39,5 +44,6 @@ What did you expect to happen when running the steps above?
What actually happened?
(If you're pasting verbatim command output, remember to indent it by
four spaces so it will render correctly in Github.)
```
(Paste verbatim command output here)
```

@ -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)
```

Loading…
Cancel
Save