doc: fix documentation formatting in salt.utils.jinja

This commit is contained in:
Jonathan Ballet 2015-11-11 12:01:10 +01:00
parent 59c105b4b9
commit 1a31b69763

View file

@ -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: