From 61ee222e83b15f12caa587d9c34453ac199f468f Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Mon, 9 Jan 2023 14:40:57 +0100 Subject: [PATCH] fix markdown rendering --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b1e72a1..675e9963 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ The function output is dictated by the function itself. | first() | Provides the first item of an array | Depends on the array | | last() | Provides the last item of an array | Depends on the array | | index(X) | Provides the item of an array of index: X, if the X is negative, take from backwards | Depends on the array | + Filter Operators -----------------