From 2528e2d55a9c578918f650c838abeb25e5508ccc Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Wed, 9 Aug 2017 14:53:33 +0200 Subject: [PATCH] Escape command line tags in example Since the code example is enclosed in the HTML tags <pre>, the command line comment tag has to be escaped. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf961c9..08cadcd 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ run a 'hello world' example. Your first step in bash should be no exception. Open a bash shell and type everything after the `$` sign and hit return. The shell should greet you and everybody else in the world as shown in this example. -<!-- console_output --> +<!-- console_output --> ```bash $ echo "Hello World!" Hello World! -- GitLab