From 9c5b9e0fa28aae40329490a0b98eea6b48836dfd Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Thu, 14 Sep 2023 16:35:08 +0200 Subject: [PATCH] fix code block --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c42b4d..ccd0d41 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,15 @@ Logical and `&&` and logical or `||` can be used to chain conditions. If a condition is true, the corresponding block is included while all other blocks are deleted. **Synopsis** - - ... - - ... - - ... - +``` + +... + +... + +... + +``` **Argument** Condition for `if` and `elif`, ignored for `else` and `endif` **Return Value** Empty String