Fix markup

This commit is contained in:
Fabien Potencier
2024-10-03 14:23:13 +02:00
parent c4d4141187
commit 53441af5ff
2 changed files with 22 additions and 22 deletions
+11 -11
View File
@@ -58,13 +58,13 @@ The list of supported options:
* ``rounding_mode``:
* ``rounding_increment``: Control rounding behavior, here is a list of all rounding_mode available:
* ``ceil``: Ceiling rounding.
* ``floor``: Floor rounding.
* ``down``: Rounding towards zero.
* ``up``: Rounding away from zero.
* ``half_even``: Round halves to the nearest even integer.
* ``half_up``: Round halves up.
* ``half_down``: Round halves down.
* ``ceil``: Ceiling rounding
* ``floor``: Floor rounding
* ``down``: Rounding towards zero
* ``up``: Rounding away from zero
* ``half_even``: Round halves to the nearest even integer
* ``half_up``: Round halves up
* ``half_down``: Round halves down
.. code-block:: twig
@@ -74,10 +74,10 @@ The list of supported options:
* ``format_width``:
* ``padding_position``: Set width and padding for the formatted number, here is a list of all padding_position available:
* ``before_prefix``: Pad before the currency symbol.
* ``after_prefix``: Pad after the currency symbol.
* ``before_suffix``: Pad before the suffix (currency symbol).
* ``after_suffix``: Pad after the suffix (currency symbol).
* ``before_prefix``: Pad before the currency symbol
* ``after_prefix``: Pad after the currency symbol
* ``before_suffix``: Pad before the suffix (currency symbol)
* ``after_suffix``: Pad after the suffix (currency symbol)
.. code-block:: twig
+11 -11
View File
@@ -56,13 +56,13 @@ The list of supported options:
* ``rounding_mode``:
* ``rounding_increment``: Control rounding behavior, here is a list of all rounding_mode available:
* ``ceil``: Ceiling rounding.
* ``floor``: Floor rounding.
* ``down``: Rounding towards zero.
* ``up``: Rounding away from zero.
* ``half_even``: Round halves to the nearest even integer.
* ``half_up``: Round halves up.
* ``half_down``: Round halves down.
* ``ceil``: Ceiling rounding
* ``floor``: Floor rounding
* ``down``: Rounding towards zero
* ``up``: Rounding away from zero
* ``half_even``: Round halves to the nearest even integer
* ``half_up``: Round halves up
* ``half_down``: Round halves down
.. code-block:: twig
@@ -71,10 +71,10 @@ The list of supported options:
* ``format_width``:
* ``padding_position``: Set width and padding for the formatted number, here is a list of all padding_position available:
* ``before_prefix``: Pad before the currency symbol.
* ``after_prefix``: Pad after the currency symbol.
* ``before_suffix``: Pad before the suffix (currency symbol).
* ``after_suffix``: Pad after the suffix (currency symbol).
* ``before_prefix``: Pad before the currency symbol
* ``after_prefix``: Pad after the currency symbol
* ``before_suffix``: Pad before the suffix (currency symbol)
* ``after_suffix``: Pad after the suffix (currency symbol)
.. code-block:: twig