From 206d503a21371a9e0ea38f0febb564e211cec6f8 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 26 Dec 2018 03:46:13 +0800 Subject: [PATCH] [Docs] Improve indent of output block in GitHub Issue template --- .github/ISSUE_TEMPLATE.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a90ee15..43ee5fb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,22 +4,22 @@ - Operating system and version: - `nvm debug` output: -
- +
+ -```sh + ```sh -``` -
+ ``` +
- `nvm ls` output: -
- +
+ -```sh + ```sh -``` -
+ ``` +
- How did you install `nvm`? (e.g. install script in readme, Homebrew): @@ -33,9 +33,10 @@ - If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out? -
- +
+ -```sh -``` -
+ ```sh + + ``` +