Skip to content

Commit dbc702f

Browse files
authored
Reference: in(fold): add new line between fenced code block and function description
1 parent 118a199 commit dbc702f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/reference/templates/functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,6 +2234,7 @@ Returns whether the case-sensitive `value` is in the `sequence`. `sequence` can
22342234
```yag
22352235
{{ $result := inFold <sequence> <value> }}
22362236
```
2237+
22372238
Same as [in](#in), but is case-insensitive. `sequence` can be a slice or string.
22382239

22392240
#### index

0 commit comments

Comments
 (0)