Space()
space()
Inserts horizontal space of given width.
Arguments
- width
- Width of inserted space. Use any form allowed in CSS, e.g. 3em, 20px or 1cm (default: 4ch)
- class
- Class applied to SPAN (default: )
Example
A{{ space(3em) }}B
AB
Short-hand
There is also a variable space, which renders a space of 4ch width.
A{{ space }}B
AB