From d6bc698ed8207a62646af04fd11b7f1567fc1f93 Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Mon, 23 Jul 2018 11:19:32 -0500 Subject: [PATCH] Changing example code block language from yaml to yaml+jinja. (#40365) (#42436) (cherry picked from commit 9f84c09bf3ddeb7c0e0fb28a33a17def9748fa5e) --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index f9542e05fd4..17a5e0adf76 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -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 %}