From 20a84aa17efe1f21d1820a76b21c0f8da4a9b6ba Mon Sep 17 00:00:00 2001 From: danix Date: Fri, 24 Feb 2023 11:51:52 +0100 Subject: [PATCH] testing code blocks in readme file --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 216f18b..e7b2eca 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,14 @@ I have no idea what I should write here, but I'll try anyway __Kind regards__ + +## testing code + +``` +#! /bin /bash +# this is a code block +VAR=$("hello world") + +echo $VAR + +``` -- 2.20.1