diff options
author | Jack Lloyd <[email protected]> | 2019-04-26 21:40:33 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-04-26 21:40:33 -0400 |
commit | 454c35e7de3f3f3509f74a7cab244de9d6300b54 (patch) | |
tree | 1874147ca25df9bd7938f65ad19036a00e8bd096 /doc | |
parent | d7b26fdfd3e92ba173235eccb0464c93a2970656 (diff) |
Document |upper
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/configure.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/configure.rst b/doc/manual/configure.rst index 9048936ac..1e0043be4 100644 --- a/doc/manual/configure.rst +++ b/doc/manual/configure.rst @@ -77,6 +77,9 @@ to the output unmodified. The template elements are: many variables for various purposes, this allows getting their value within the output. If a variable is not defined, an error occurs. + If a variable reference ends with ``|upper``, the value is uppercased before + being inserted into the template output. + * Iteration, ``%{for variable} block %{endfor}``. This iterates over a list and repeats the block as many times as it is included. Variables within the block are expanded. The two template elements ``%{for ...}`` and ``%{endfor}`` must |