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