Use <details> for checkhealth output in bug report template

The output of checkhealth can be quite lengthy.

Plus fix position of *** to make text render bold
This commit is contained in:
Stephan Seitz 2020-07-06 19:57:58 +02:00 committed by Thomas Vigouroux
parent 27d7a0ffff
commit 3e8b5a30e2

View file

@ -20,10 +20,15 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Output of `:checkhealth nvim_treesitter` ***
```
**Output of `:checkhealth nvim_treesitter`**
<details>
<code>
Paste the output here
```
</code>
</details>
**Output of `nvim --version`**
```