mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
manifest escapes: better wording as suggested
This commit is contained in:
parent
a2cf71344d
commit
84ee0f3d9a
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ setting. Not all settings support this though, to see whether embedding
|
|||
a manifest variable in a setting is possible, look for the
|
||||
``manifest vars`` label.
|
||||
|
||||
To insert a literal ``{foo}``, eg. in a shell command where you may want
|
||||
to use the expression ``${foo}``, use double braces instead, ie.
|
||||
``{{foo}}``.
|
||||
To insert a literal ``{foo}`` use double braces, that is ``{{foo}}``.
|
||||
For example in a shell command where you may want to use the
|
||||
expression ``${foo}``, use ``${{foo}}`` instead.
|
||||
|
||||
Sections
|
||||
--------
|
||||
|
|
Loading…
Add table
Reference in a new issue