mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Merge pull request #390 from indigoid/readme-escaping-note
brief note about escaping braces in manifests
This commit is contained in:
commit
fc04baba44
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ 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}`` 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