Changing example code block language from yaml to yaml+jinja. (#40365)
(cherry picked from commit 9f84c09bf3
)
This commit is contained in:
parent
9bd219eee2
commit
114fa9dd08
1 changed files with 1 additions and 1 deletions
2
docs/templates/plugin.rst.j2
vendored
2
docs/templates/plugin.rst.j2
vendored
|
@ -222,7 +222,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