From 04560be72e7e9bec86f88546abf25e20dda31584 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 9 Jul 2018 20:48:36 +0200 Subject: [PATCH] render versionadded directive outside the code block --- templating/twig_extension.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templating/twig_extension.rst b/templating/twig_extension.rst index 5cc20ddbf71..013c02c83a8 100644 --- a/templating/twig_extension.rst +++ b/templating/twig_extension.rst @@ -134,8 +134,8 @@ previous ``priceFilter()`` method:: } } - .. versionadded:: 3.4 - The ``RuntimeExtensionInterface`` was introduced in Symfony 3.4. +.. versionadded:: 3.4 + The ``RuntimeExtensionInterface`` was introduced in Symfony 3.4. If you're using the default ``services.yaml`` configuration, this will already work! Otherwise, :ref:`create a service `