diff --git a/doc/pages/command-parsing.asciidoc b/doc/pages/command-parsing.asciidoc index bd585292..9ab82abf 100644 --- a/doc/pages/command-parsing.asciidoc +++ b/doc/pages/command-parsing.asciidoc @@ -12,8 +12,9 @@ prompt, are parsed according to the following rules: == Quoted Strings If a word starts with `'`, `"`, or `%X` with `X` a _non-nestable_ punctuation -character (see below for nestable characters), it is parsed as a quoted -string whose delimiter is, respectively, `'`, `"`, or `X`. +character (see <> below for +nestable characters), it is parsed as a quoted string whose delimiter is, +respectively, `'`, `"`, or `X`. A quoted string contains every character (including whitespaces). Doubling a closing delimiter escapes it. Thus, for example, entering two closing