mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc: fix documentation formatting in salt.utils.jinja
This commit is contained in:
parent
59c105b4b9
commit
1a31b69763
1 changed files with 3 additions and 3 deletions
|
@ -279,11 +279,11 @@ class SerializerExtension(Extension, object):
|
|||
|
||||
**Load tags**
|
||||
|
||||
Salt implements **import_yaml** and **import_json** tags. They work like
|
||||
Salt implements ``import_yaml`` and ``import_json`` tags. They work like
|
||||
the `import tag`_, except that the document is also deserialized.
|
||||
|
||||
Syntaxes are {% load_yaml as [VARIABLE] %}[YOUR DATA]{% endload %}
|
||||
and {% load_json as [VARIABLE] %}[YOUR DATA]{% endload %}
|
||||
Syntaxes are ``{% load_yaml as [VARIABLE] %}[YOUR DATA]{% endload %}``
|
||||
and ``{% load_json as [VARIABLE] %}[YOUR DATA]{% endload %}``
|
||||
|
||||
For example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue