docs: tweak formatting of +:
and -:
operators (#40988)
Just trying to make these stand out a bit more in the docs.
This commit is contained in:
parent
4636a7f14f
commit
45f8a0e42c
1 changed files with 5 additions and 3 deletions
|
@ -243,9 +243,11 @@ lower-precedence settings. Completely ignoring higher-level configuration
|
|||
options is supported with the ``::`` notation for keys (see
|
||||
:ref:`config-overrides` below).
|
||||
|
||||
There are also special notations for string concatenation and precendense override.
|
||||
Using the ``+:`` notation can be used to force *prepending* strings or lists. For lists, this is identical
|
||||
to the default behavior. Using the ``-:`` works similarly, but for *appending* values.
|
||||
There are also special notations for string concatenation and precendense override:
|
||||
|
||||
* ``+:`` will force *prepending* strings or lists. For lists, this is the default behavior.
|
||||
* ``-:`` works similarly, but for *appending* values.
|
||||
|
||||
:ref:`config-prepend-append`
|
||||
|
||||
^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue