8000 remove html tags from code-block example since there's only twig in t… · symfony/symfony-docs@c04b3e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c04b3e9

Browse files
committed
remove html tags from code-block example since there's only twig in there
1 parent 36335c7 commit c04b3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/templating/twig_extension.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ Using the custom extension
104104

105105
Using your newly created Twig Extension is no different than any other:
106106

107-
.. code-block:: html+jinja
107+
.. code-block:: jinja
108108
109109
{# outputs $5,500.00 #}
110110
{{ '5500' | price }}
111111
112112
Passing other arguments to your filter:
113113

114-
.. code-block:: html+jinja
114+
.. code-block:: jinja
115115
116116
{# outputs $5500,2516 #}
117117
{{ '5500.25155' | price(4, ',', '') }}

0 commit comments

Comments
 (0)
0