From 0cbf9e1b9e6b6692b26b0121afc96a7d0d0c7a8c Mon Sep 17 00:00:00 2001 From: Alex Efros Date: Tue, 20 Apr 2021 08:16:27 +0200 Subject: [PATCH] chore: vimrc syntax highlight in ISSUE_TEMPLATE The `
` doesn't looks good for code and it's possible to enable GFM inside `
` if we add an empty line after ``. --- .github/ISSUE_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 687b021b0f..74763b0614 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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
+
vimrc -
+```vim + +``` +
#### Vim version (first three lines from `:version`):