Clarify use of ampersands in directive entity argument values

This commit is contained in:
Wilson Lin 2018-07-05 23:58:37 +12:00
parent 7c9a64bc31
commit 5e9d67e3ef
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ There are two methods of getting hyperbuild's attention: using a special tag, an
- Replace `dir` with a hyperbuild directive name
- Arguments are provided in name-value pairs between parentheses, separated by commas
- All characters between the `=` and next `,` or `)` count as the argument's value, including whitespace characters
- To use commas or right parentheses in argument values, use the HTML entity (`,` and `)`)
- To use commas, right parentheses, or ampersands in argument values, use HTML entities (`,`, `)`, and `&`)
- Directive entities inside argument values will be processed
### Available directives