Clarify that $ must come right before $. (#5243)
This commit is contained in:
parent
509336d866
commit
690193e4e5
1 changed files with 3 additions and 0 deletions
|
@ -1768,6 +1768,9 @@ consecutive items:
|
|||
|
||||
$for(author)$$author$$sep$, $endfor$
|
||||
|
||||
Note that the separator needs to be specified immediately before the `$endfor`
|
||||
keyword.
|
||||
|
||||
A dot can be used to select a field of a variable that takes
|
||||
an object as its value. So, for example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue