use real markdown headers for section titles
This commit is contained in:
parent
4a37a0a9b1
commit
250e5a13f1
|
@ -8,18 +8,18 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Any bug report not following this template will be immediately closed. Thanks -->
|
<!-- Any bug report not following this template will be immediately closed. Thanks -->
|
||||||
**Describe the bug**
|
## Describe the bug
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
## To Reproduce
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. ...
|
1. ...
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
## Desktop (please complete the following information)
|
||||||
- OS:
|
- OS:
|
||||||
- Terminal:
|
- Terminal:
|
||||||
|
|
||||||
** Neovim Version **
|
## Neovim Version
|
||||||
- Output of running `:version` from inside of neovim:
|
- Output of running `:version` from inside of neovim:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue