mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Changing example code block language from yaml to yaml+jinja. (#40365)
This commit is contained in:
parent
f785bf3a9c
commit
9f84c09bf3
1 changed files with 1 additions and 1 deletions
2
docs/templates/plugin.rst.j2
vendored
2
docs/templates/plugin.rst.j2
vendored
|
@ -221,7 +221,7 @@ Notes
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml+jinja
|
||||||
|
|
||||||
{% for example in examples %}
|
{% for example in examples %}
|
||||||
{% if example['description'] %}@{ example['description'] | indent(4, True) }@{% endif %}
|
{% if example['description'] %}@{ example['description'] | indent(4, True) }@{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue