Skip to content

Commit 7009d67

Browse files
committed
Merge pull request #591 from spastorino/macro_repeat
Explain better the macro repeat expressions
2 parents e20f759 + 288029b commit 7009d67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/macros/repeat/input.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ Macros can use `+` in the argument list to indicate that an argument may
22
repeat at least once, or `*`, to indicate that the argument may repeat zero or
33
more times.
44

5+
In the following example, surrounding the matcher with `$(...),+` will
6+
match one or more expression, separated by commas.
7+
Also note that the semicolon is optional on the last case.
8+
59
{repeat.play}

0 commit comments

Comments
 (0)