We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e20f759 + 288029b commit 7009d67Copy full SHA for 7009d67
examples/macros/repeat/input.md
@@ -2,4 +2,8 @@ Macros can use `+` in the argument list to indicate that an argument may
2
repeat at least once, or `*`, to indicate that the argument may repeat zero or
3
more times.
4
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
+
9
{repeat.play}
0 commit comments