From 114fa9dd08a575bee961ee398dc1a434f1291507 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 7 Jun 2018 23:12:09 +0200 Subject: [PATCH] Changing example code block language from yaml to yaml+jinja. (#40365) (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 c4fe1df8be8..b9eabb50c01 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -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 %}