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
|
||||
--------
|
||||
|
||||
.. code-block:: yaml
|
||||
.. code-block:: yaml+jinja
|
||||
|
||||
{% for example in examples %}
|
||||
{% if example['description'] %}@{ example['description'] | indent(4, True) }@{% endif %}
|
||||
|
|
Loading…
Reference in a new issue