@@ -58,13 +58,13 @@ The list of supported options:
5858* ``rounding_mode ``:
5959* ``rounding_increment ``: Control rounding behavior, here is a list of all rounding_mode available:
6060
61- * ``ceil ``: Ceiling rounding.
62- * ``floor ``: Floor rounding.
63- * ``down ``: Rounding towards zero.
64- * ``up ``: Rounding away from zero.
65- * ``half_even ``: Round halves to the nearest even integer.
66- * ``half_up ``: Round halves up.
67- * ``half_down ``: Round halves down.
61+ * ``ceil ``: Ceiling rounding
62+ * ``floor ``: Floor rounding
63+ * ``down ``: Rounding towards zero
64+ * ``up ``: Rounding away from zero
65+ * ``half_even ``: Round halves to the nearest even integer
66+ * ``half_up ``: Round halves up
67+ * ``half_down ``: Round halves down
6868
6969 .. code-block :: twig
7070
@@ -74,10 +74,10 @@ The list of supported options:
7474 * ``format_width ``:
7575* ``padding_position ``: Set width and padding for the formatted number, here is a list of all padding_position available:
7676
77- * ``before_prefix ``: Pad before the currency symbol.
78- * ``after_prefix ``: Pad after the currency symbol.
79- * ``before_suffix ``: Pad before the suffix (currency symbol).
80- * ``after_suffix ``: Pad after the suffix (currency symbol).
77+ * ``before_prefix ``: Pad before the currency symbol
78+ * ``after_prefix ``: Pad after the currency symbol
79+ * ``before_suffix ``: Pad before the suffix (currency symbol)
80+ * ``after_suffix ``: Pad after the suffix (currency symbol)
8181
8282 .. code-block :: twig
8383
0 commit comments