From 30c52eab7ece6f7369bad9defacf151a2c868719 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 4 Jun 2018 06:23:17 +1000 Subject: [PATCH] Formatting fix of expansions.asciidoc --- doc/pages/expansions.asciidoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/pages/expansions.asciidoc b/doc/pages/expansions.asciidoc index 381fe5e0..66df12f5 100644 --- a/doc/pages/expansions.asciidoc +++ b/doc/pages/expansions.asciidoc @@ -11,17 +11,18 @@ %\{strings\}:: these strings are very useful when entering commands -+ + * the '{' and '}' delimiters are configurable, any non alphanumeric - character can be used -+ + character can be used + ---------------------------------------------------------- e.g. %[string], %, %(string), %~string~, %!string! ---------------------------------------------------------- + * if the character following '%' is one of '{[(<', then the closing - one is the matching '}])>' and the delimiters are not escapable but - are nestable -+ + one is the matching '}])>' and the delimiters are not escapable but + are nestable + ----------------------------------------------------------- e.g. %{ roger {}; } is a valid string, %{ marcel \} as well -----------------------------------------------------------