fixed ReST format

This commit is contained in:
Fabien Potencier
2018-10-12 05:53:19 -07:00
parent eadba855bb
commit d59dfc979b
+3 -2
View File
@@ -15,9 +15,10 @@ Arguments
---------
* ``options``: A bitmask of `json_encode options`_ (``{{
data|json_encode(constant('JSON_PRETTY_PRINT')) }}``. Combine constants using `Twig's bitwise operators`: ``{{
data|json_encode(constant('JSON_PRETTY_PRINT')) }}``.
Combine constants using `Twig's bitwise operators`: ``{{
data|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_HEX_QUOT') }}``)
.. _`json_encode`: https://secure.php.net/json_encode
.. _`json_encode options`: https://secure.php.net/manual/en/json.constants.php
.. `Twig's bitwise operators`: https://twig.symfony.com/doc/2.x/templates.html#logic
.. _`Twig's bitwise operators`: https://twig.symfony.com/doc/2.x/templates.html#logic