Clarify that $ must come right before $. (#5243)

This commit is contained in:
Lev E. Givon 2019-01-22 23:58:18 -05:00 committed by John MacFarlane
parent 509336d866
commit 690193e4e5

View file

@ -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: