From 899f9631b1b55e66b1cd91166ee562799caa93c0 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 22 Dec 2021 01:02:07 +1100 Subject: [PATCH] Improve syntax highlighting --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index adc74a0..bc2a8e0 100644 --- a/Home.md +++ b/Home.md @@ -8,7 +8,7 @@ You can [file an issue](https://github.com/koalaman/shellcheck/issues) about it [ShellCheck](https://github.com/koalaman/shellcheck) is a static analysis tool for shell scripts. This wiki holds all the long form descriptions of warnings and suggestions it outputs. If you get this output: -``` +```console $ shellcheck myscript In myscript line 5: eof