Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 3, 2024
1 parent c4d4141 commit 53441af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions doc/filters/format_currency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
22 changes: 11 additions & 11 deletions doc/filters/format_number.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 53441af

Please sign in to comment.