Skip to content

Commit

Permalink
chore: vimrc syntax highlight in ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
The `<pre>` doesn't looks good for code and it's possible to enable GFM inside `<details>` if we add an empty line after `</summary>`.
  • Loading branch information
powerman authored Apr 20, 2021
1 parent fde54ff commit 0cbf9e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ Use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line v
If this is not provided or is obviously incomplete, the issue may be unceremoniously closed.
-->
<!-- vimrc -->
<details><summary>vimrc</summary><br><pre>
<details><summary>vimrc</summary>

</pre></details>
```vim
```
</details>

#### Vim version (first three lines from `:version`):
<!-- :version -->
Expand Down

0 comments on commit 0cbf9e1

Please sign in to comment.