From 5e9d67e3ef39ea2df28e09a8245304b39b0d25ec Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Thu, 5 Jul 2018 23:58:37 +1200 Subject: [PATCH] Clarify use of ampersands in directive entity argument values --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e399a..f5faf54 100644 --- a/README.md +++ b/README.md @@ -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