From 52c37be258a197cb181af2c97460ea6620c8687a Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 19 Sep 2021 12:31:30 +0200 Subject: Update documentation --- Content functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Content functions.md') diff --git a/Content functions.md b/Content functions.md index 667a196..ad144c9 100644 --- a/Content functions.md +++ b/Content functions.md @@ -17,7 +17,7 @@ The table below contains all default *content functions* you can use. | `USER` | Return Markdown formatted link to **user**. | `id`, `?text`, `?title` | ## Syntax -The name of the *content function* and its parameters is put between an opening (`{`) and closing (`}`) curly brace. An optional blank space (` `) is permitted between the opening and closing curly braces (but not necessary). +The name of the *content function* and its parameters is put between an opening (`{`) and closing (`}`) curly brace. An optional blank space (` `) is permitted (but not required) between the opening and closing curly braces. After the opening curly brace (and the optional blank space), the name of the *content function* (in uppercase letters) is followed directly after. If the *content function* shall be called without any parameters, the function name is followed by the optional space (mentioned above) and directly after by the closing curly brace. -- cgit v1.2.3